Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
volar committed Nov 16, 2023
1 parent 1af935b commit b3f37b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/api/coreDam/fileApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const NOTIFICATION_FALLBACK_MAX_TRIES = 3
export const uploadStart: (item: UploadQueueItem) => Promise<DamUploadStartResponse> = (item: UploadQueueItem) => {
return new Promise((resolve, reject) => {
switch (item.assetType) {
case DamAssetType.Image:''
case DamAssetType.Image:
imageUploadStart(item)
.then((res) => {
resolve(res as DamUploadStartResponse)
Expand Down

0 comments on commit b3f37b9

Please sign in to comment.