Skip to content

Commit 05c2573

Browse files
Update token/invocation/options.go
Co-authored-by: Michael Muré <[email protected]> Signed-off-by: Steve Moyer <[email protected]>
1 parent d747262 commit 05c2573

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

token/invocation/options.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ func WithInvokedAtIn(after time.Duration) Option {
144144
}
145145

146146
// WithoutInvokedAt clears the Token's invokedAt field.
147-
func WithoutInvokedAt() Option {
147+
func WithoutIssuedAt() Option {
148148
return func(t *Token) error {
149149
t.issuedAt = nil
150150

0 commit comments

Comments
 (0)