(s: string)
| 54 | } |
| 55 | |
| 56 | function fromClickhouseDate(s: string): Date { |
| 57 | return DateTime.fromFormat(s, 'yyyy-MM-dd HH:mm:ss.SSS', { |
| 58 | zone: 'UTC', |
| 59 | }).toJSDate(); |
| 60 | } |
| 61 | |
| 62 | function pickUtm( |
| 63 | payload: IServiceCreateEventPayload, |
no outgoing calls
no test coverage detected