Compare commits

...

1 Commits

Author SHA1 Message Date
1a8ac35b82 test 2024-07-11 14:28:38 +08:00

View File

@ -51,6 +51,8 @@ export const registerIdentityRouter = async (server: FastifyZodProvider) => {
orgId: req.body.organizationId orgId: req.body.organizationId
}); });
console.log("test");
await server.services.auditLog.createAuditLog({ await server.services.auditLog.createAuditLog({
...req.auditLogInfo, ...req.auditLogInfo,
orgId: req.body.organizationId, orgId: req.body.organizationId,