diff --git a/services/print/pod-print/src/server.ts b/services/print/pod-print/src/server.ts index 214a62852c..b043e77756 100644 --- a/services/print/pod-print/src/server.ts +++ b/services/print/pod-print/src/server.ts @@ -272,5 +272,5 @@ export function listen (e: Express, port: number, host?: string): Server { } function getConvertId (file: string, etag: string): string { - return `${file}@${etag}` + return `${file}@${etag.replaceAll('"', '')}` }