Skip to content

Commit f6afd29

Browse files
committed
DELETE IN 20
1 parent c66131e commit f6afd29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/auth/join/join.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ type RegisterResult struct {
263263
//
264264
// Deprecated: this function is superceded by lib/join/joinclient.Join
265265
//
266-
// TODO(nklaassen): DELETE IN 19.0.0
266+
// TODO(nklaassen): DELETE IN 20
267267
func Register(ctx context.Context, params RegisterParams) (result *RegisterResult, err error) {
268268
ctx, span := tracer.Start(ctx, "Register")
269269
defer func() { tracing.EndSpan(span, err) }()

0 commit comments

Comments
 (0)