mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-07 03:06:40 +00:00
Create missing stubs
This commit is contained in:
@@ -10,3 +10,7 @@ export function logActionAudit(action: ActionsEnum) {
|
||||
next();
|
||||
};
|
||||
}
|
||||
|
||||
export async function cleanUpOldLogs(orgId: string, retentionDays: number) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user