@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.
Files changed (2) hide show
  1. package/index.ts +1 -1
  2. 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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adminforth/bulk-ai-flow",
3
- "version": "1.23.10",
3
+ "version": "1.23.11",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },