mirror of https://github.com/usememos/memos.git
chore: fix linter
This commit is contained in:
parent
ba099b72ed
commit
fd29a98c90
|
|
@ -293,6 +293,6 @@ func (s *APIV1Service) GetInstanceOwner(ctx context.Context) (*v1pb.User, error)
|
|||
|
||||
// ClearInstanceOwnerCache clears the cached instance owner.
|
||||
// This should be called when an admin user is created or when the owner changes.
|
||||
func (s *APIV1Service) ClearInstanceOwnerCache() {
|
||||
func (*APIV1Service) ClearInstanceOwnerCache() {
|
||||
ownerCache = nil
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue