From e9bc998554515ecbe86f7d00b01d3cf5d2048b6e Mon Sep 17 00:00:00 2001 From: Nathan-SR <144961007+Nathan-SR@users.noreply.github.com> Date: Thu, 3 Apr 2025 03:36:07 -0400 Subject: Firefly integration and some UI changes --- src/server/ApiManagers/FireflyManager.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/server/ApiManagers') diff --git a/src/server/ApiManagers/FireflyManager.ts b/src/server/ApiManagers/FireflyManager.ts index e75ede9df..e5e030b0f 100644 --- a/src/server/ApiManagers/FireflyManager.ts +++ b/src/server/ApiManagers/FireflyManager.ts @@ -302,7 +302,8 @@ export default class FireflyManager extends ApiManager { .then(dropboxStructureUrl => { if (dropboxStructureUrl instanceof Error) { _invalid(res, dropboxStructureUrl.message); - throw new Error('Error uploading images to dropbox'); + console.log('res:', res, 'error: ', dropboxStructureUrl, 'message: ', dropboxStructureUrl.message) + //throw new Error('Error uploading images to dropbox'); } return { styleUrl, structureUrl: dropboxStructureUrl }; }) -- cgit v1.2.3-70-g09d2