This commit is contained in:
Bethany
2023-08-22 10:06:40 -07:00
parent 4214a1ff24
commit 81a802e7e0
7 changed files with 13 additions and 13 deletions

View File

@@ -91,6 +91,6 @@ export async function uploadZipToBlobStorage(
return {
isSuccess: true,
uploadSize: uploadByteCount,
md5Hash: md5Hash
md5Hash
}
}