update user schema, webauthn bug fix
This commit is contained in:
@@ -73,7 +73,7 @@ export async function getUploadUrlMultiPart(key: string, fileSize: number) {
|
||||
export async function completeMultiPartUpload(
|
||||
key: string,
|
||||
uploadId: string,
|
||||
parts: { ETag: string; PartNumber: number }[]
|
||||
parts: { ETag?: string; PartNumber?: number }[]
|
||||
) {
|
||||
const command = new CompleteMultipartUploadCommand({
|
||||
Key: key,
|
||||
|
||||
Reference in New Issue
Block a user