Clean up imports and ordering

This commit is contained in:
Owen
2025-10-21 21:58:09 -07:00
parent 3662d42374
commit 654145be84
2 changed files with 1 additions and 5 deletions

View File

@@ -27,10 +27,10 @@ export async function logRequestAudit(
action: boolean;
reason: number;
resourceId?: number;
location?: string;
user?: { username: string; userId: string; orgId: string };
apiKey?: { name: string; apiKeyId: string; orgId: string };
metadata?: any;
location?: string;
// userAgent?: string;
},
body: {