mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-21 04:16:38 +00:00
Temp dont ignore org
This commit is contained in:
@@ -69,7 +69,8 @@ export async function logRequestAudit(
|
||||
|
||||
if (!orgId) {
|
||||
logger.warn("logRequestAudit: No organization context found");
|
||||
return;
|
||||
orgId = "unknown";
|
||||
// return;
|
||||
}
|
||||
|
||||
// if (!actorType || !actor || !actorId) {
|
||||
|
||||
Reference in New Issue
Block a user