mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-20 03:46:38 +00:00
Various fixes for rc
This commit is contained in:
@@ -105,7 +105,7 @@ export async function logRequestAudit(
|
||||
try {
|
||||
if (data.orgId) {
|
||||
const retentionDays = await getRetentionDays(data.orgId);
|
||||
if (retentionDays === 0) {
|
||||
if (retentionDays == 0) {
|
||||
// do not log
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user