aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2025-01-15 13:12:54 -0500
committerbobzel <zzzman@gmail.com>2025-01-15 13:12:54 -0500
commit6a31047f365d024d45b0cad3670cc0e4e8bcff30 (patch)
tree3c438038c657ea4b5bade70ed248c9ccc5012040 /src
parent53dfafd330013eab20d93ac87dd82c59c8b17cce (diff)
from last
Diffstat (limited to 'src')
-rw-r--r--src/server/ApiManagers/FireflyManager.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/ApiManagers/FireflyManager.ts b/src/server/ApiManagers/FireflyManager.ts
index d3218842f..6c9f21286 100644
--- a/src/server/ApiManagers/FireflyManager.ts
+++ b/src/server/ApiManagers/FireflyManager.ts
@@ -297,7 +297,7 @@ export default class FireflyManager extends ApiManager {
_invalid(res, styleUrl.message);
throw new Error('Error uploading images to dropbox');
}
- return this.uploadImageToDropbox(req.body.structur, req.user as DashUserModel).then(structureUrl => {
+ return this.uploadImageToDropbox(req.body.structure, req.user as DashUserModel).then(structureUrl => {
if (structureUrl instanceof Error) {
_invalid(res, structureUrl.message);
throw new Error('Error uploading images to dropbox');