give global properties __ prefix to easier find them

This commit is contained in:
Carl-Gerhard Lindesvärd
2024-02-28 10:21:37 +01:00
parent 3679caf547
commit a898cfb14a
8 changed files with 49 additions and 399 deletions

View File

@@ -191,10 +191,6 @@ export async function createEvent(
});
}
if (payload.properties.hash === '') {
delete payload.properties.hash;
}
const event: IClickhouseEvent = {
id: uuid(),
name: payload.name,