give global properties __ prefix to easier find them
This commit is contained in:
@@ -191,10 +191,6 @@ export async function createEvent(
|
||||
});
|
||||
}
|
||||
|
||||
if (payload.properties.hash === '') {
|
||||
delete payload.properties.hash;
|
||||
}
|
||||
|
||||
const event: IClickhouseEvent = {
|
||||
id: uuid(),
|
||||
name: payload.name,
|
||||
|
||||
Reference in New Issue
Block a user