🛠️ Fix build compilation errors
This commit is contained in:
@@ -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');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user