style: apply Biome formatting to enterprise files

This commit is contained in:
SnapOtter
2026-06-14 14:53:44 +08:00
parent 954cfb01a6
commit e7bef34918
23 changed files with 166 additions and 228 deletions
@@ -39,9 +39,7 @@ async function setSetting(key: string, value: string): Promise<void> {
expect(res.statusCode).toBe(200);
}
async function fetchAuditLog(
action: string,
): Promise<{ entries: any[]; total: number }> {
async function fetchAuditLog(action: string): Promise<{ entries: any[]; total: number }> {
const res = await testApp.app.inject({
method: "GET",
url: `/api/v1/audit-log?action=${action}`,