mirror of
https://github.com/fosrl/pangolin.git
synced 2026-04-13 05:16:37 +00:00
CRUD and newt mode http mostly working
This commit is contained in:
@@ -144,7 +144,7 @@ export const handleRequestLogMessage: MessageHandler = async (context) => {
|
||||
await logRequestAudit(
|
||||
{
|
||||
action: true,
|
||||
reason: 100,
|
||||
reason: 108,
|
||||
resourceId: entry.resourceId,
|
||||
orgId
|
||||
},
|
||||
@@ -163,4 +163,4 @@ export const handleRequestLogMessage: MessageHandler = async (context) => {
|
||||
logger.debug(
|
||||
`Buffered ${entries.length} request log entry/entries from newt ${newt.newtId} (site ${newt.siteId})`
|
||||
);
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user