Spaces:
Sleeping
Sleeping
Update stateManager.js
Browse files- 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
|
| 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
|