feat: category export and API cleanup.
This commit is contained in:
@@ -8,6 +8,7 @@ export async function postLog(
|
||||
saveGuid: string,
|
||||
sessionGuid: string,
|
||||
message: string,
|
||||
category: string | undefined,
|
||||
metadata: SingleMetadata[]
|
||||
) {
|
||||
if (
|
||||
@@ -38,6 +39,7 @@ export async function postLog(
|
||||
session_info_id: sessionGuid,
|
||||
message: message,
|
||||
timestamp: new Date(),
|
||||
category,
|
||||
})
|
||||
.executeTakeFirstOrThrow();
|
||||
// add all the metadata
|
||||
|
||||
Reference in New Issue
Block a user