Convert nested parameters toMap before relaying them to server
This commit is contained in:
parent
727a1684ce
commit
a7582df1ed
1 changed files with 2 additions and 2 deletions
|
@ -110,11 +110,11 @@ class FileUploader {
|
|||
},
|
||||
"thumbnail": {
|
||||
"objectKey": thumbnailObjectKey,
|
||||
"decryptionParams": thumbnailDecryptionParams,
|
||||
"decryptionParams": thumbnailDecryptionParams.toMap(),
|
||||
},
|
||||
"metadata": {
|
||||
"encryptedData": encryptedMetadata.encryptedData.base64,
|
||||
"decryptionParams": metadataDecryptionParams,
|
||||
"decryptionParams": metadataDecryptionParams.toMap(),
|
||||
}
|
||||
};
|
||||
return _dio
|
||||
|
|
Loading…
Add table
Reference in a new issue