Commit fd29a98c authored by Steven's avatar Steven

chore: fix linter

parent ba099b72
...@@ -293,6 +293,6 @@ func (s *APIV1Service) GetInstanceOwner(ctx context.Context) (*v1pb.User, error) ...@@ -293,6 +293,6 @@ func (s *APIV1Service) GetInstanceOwner(ctx context.Context) (*v1pb.User, error)
// ClearInstanceOwnerCache clears the cached instance owner. // ClearInstanceOwnerCache clears the cached instance owner.
// This should be called when an admin user is created or when the owner changes. // This should be called when an admin user is created or when the owner changes.
func (s *APIV1Service) ClearInstanceOwnerCache() { func (*APIV1Service) ClearInstanceOwnerCache() {
ownerCache = nil ownerCache = nil
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment