Skip to content
Snippets Groups Projects
Commit 78bcd740 authored by ale's avatar ale
Browse files

Typo

parent fce7b71c
Branches
No related tags found
No related merge requests found
......@@ -91,7 +91,7 @@ func (s *KeyLookupProxy) Lookup(ctx context.Context, key string) (interface{}, b
return s.lookupUserdb(ctx, key[7:])
default:
log.Printf("unknown key %s", key)
return nil, false
return nil, false, nil
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment