remove reqid and user agent

This commit is contained in:
Carl-Gerhard Lindesvärd
2025-11-12 11:53:10 +01:00
parent 2ddc1754e0
commit e6c7dec048
6 changed files with 0 additions and 15 deletions

View File

@@ -153,8 +153,6 @@ export interface IServiceEvent {
properties: Record<string, unknown> & {
hash?: string;
query?: Record<string, unknown>;
__reqId?: string;
__user_agent?: string;
};
createdAt: Date;
country?: string | undefined;