@adminforth/bulk-ai-flow 1.23.10 → 1.23.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.ts +1 -1
- package/package.json +1 -1
package/index.ts
CHANGED
|
@@ -362,7 +362,7 @@ export default class BulkAiFlowPlugin extends AdminForthPlugin {
|
|
|
362
362
|
return { ok: false, error: 'Error during image generation' };
|
|
363
363
|
}
|
|
364
364
|
}
|
|
365
|
-
|
|
365
|
+
|
|
366
366
|
private async regenerateImage(jobId: string, recordId: string, fieldName: string, prompt: string, adminUser: any, headers: Record<string, string | string[] | undefined>) {
|
|
367
367
|
const Id = recordId;
|
|
368
368
|
let isError = false;
|