🛠️ Fix build compilation errors

This commit is contained in:
Hamza-Ayed
2026-04-22 01:17:49 +03:00
parent 444097814d
commit fd00e9c57d
4 changed files with 8 additions and 10 deletions

View File

@@ -122,7 +122,7 @@ export class GeminiExtractorService {
const data = JSON.parse(cleanedJson);
return data.invoices || [];
} catch (error: any) {
this.logger.error(\`AI Extraction failed: \${error.message}\`);
this.logger.error(`AI Extraction failed: ${error.message}`);
throw new InternalServerErrorException('AI Extraction failed');
}
}