everydaycats commited on
Commit
f422954
·
verified ·
1 Parent(s): 2087c2e

Update stateManager.js

Browse files
Files changed (1) hide show
  1. stateManager.js +1 -1
stateManager.js CHANGED
@@ -108,7 +108,7 @@ export const StateManager = {
108
 
109
  // Bucket: Thumbnail (Only update if explicitly passed in 'data', avoiding re-upload of massive string)
110
  if (data.thumbnail) {
111
- updates[`projects/${projectId}/thumbnail`] = data.thumbnail.url;
112
  }
113
 
114
  // Perform the update
 
108
 
109
  // Bucket: Thumbnail (Only update if explicitly passed in 'data', avoiding re-upload of massive string)
110
  if (data.thumbnail) {
111
+ updates[`projects/${projectId}/thumbnail`] = {url: data.thumbnail};
112
  }
113
 
114
  // Perform the update