chore: stabilize lint and verify builds

This commit is contained in:
2026-02-06 11:51:32 +08:00
parent edede17880
commit 1782f64417
114 changed files with 3032 additions and 1345 deletions

View File

@@ -13,6 +13,7 @@ func getUserID(ctx fiber.Ctx) int64 {
return user.ID
}
}
return 0
}
@@ -22,5 +23,6 @@ func getTenantID(ctx fiber.Ctx) int64 {
return tenant.ID
}
}
return 0
}