fix(worker): escape string

This commit is contained in:
Carl-Gerhard Lindesvärd
2025-02-26 11:39:52 +01:00
parent 168ebc3430
commit 27a945b567

View File

@@ -1,4 +1,5 @@
import { cacheable } from '@openpanel/redis';
import { escape } from 'sqlstring';
import { TABLE_NAMES, chQuery } from '../clickhouse/client';
import type { Prisma, Project } from '../prisma-client';
import { db } from '../prisma-client';