fix(server): repair recursive withUser, gofmt 2 files (golangci-lint)

This commit is contained in:
2026-05-08 12:05:35 -04:00
parent 6a444334ea
commit b5a138bb27
3 changed files with 4 additions and 6 deletions
-1
View File
@@ -302,4 +302,3 @@ func uuidsToStrings(ids []pgtype.UUID) []string {
}
return out
}