update AuthRequestDone doc comment
Co-authored-by: David Sharnoff <dsharnoff@singlestore.com>
This commit is contained in:
parent
fe4fe43555
commit
6f8a392ce2
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue