Fix target pulling still being private

This commit is contained in:
Owen
2026-08-17 13:40:09 -04:00
parent 021866011f
commit 555b36e13e
8 changed files with 28 additions and 43 deletions
+1
View File
@@ -7,6 +7,7 @@ export async function logAccessAudit(data: {
type: string;
orgId: string;
resourceId?: number;
siteResourceId?: number;
user?: { username: string; userId: string };
apiKey?: { name: string | null; apiKeyId: string };
metadata?: any;