update AuthRequestDone doc comment

Co-authored-by: David Sharnoff <dsharnoff@singlestore.com>
This commit is contained in:
Tim Möhlmann 2023-03-13 13:54:32 +02:00 committed by GitHub
parent fe4fe43555
commit 6f8a392ce2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -859,7 +859,7 @@ func (s *Storage) DenyDeviceAuthorization(ctx context.Context, userCode string)
return nil return nil
} }
// AuthRequestDone is used by testing // AuthRequestDone is used by testing and is not required to implement op.Storage
func (s *Storage) AuthRequestDone(id string) error { func (s *Storage) AuthRequestDone(id string) error {
s.lock.Lock() s.lock.Lock()
defer s.lock.Unlock() defer s.lock.Unlock()