chore: fix linter

This commit is contained in:
Steven 2026-01-22 21:03:05 +08:00
parent ba099b72ed
commit fd29a98c90
1 changed files with 1 additions and 1 deletions

View File

@ -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
}