chore: fix linter

pull/5519/head
Steven 4 months ago
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…
Cancel
Save