mirror of
https://github.com/LukeHagar/website.git
synced 2025-12-11 04:22:19 +00:00
fix: bug with multipart
This commit is contained in:
@@ -131,7 +131,7 @@ function getParameters(
|
||||
});
|
||||
}
|
||||
}
|
||||
if (schemaMultipart?.properties) {
|
||||
if (schemaMultipart) {
|
||||
for (const [key, value] of Object.entries(schemaMultipart)) {
|
||||
const property = value as AppwriteSchemaObject;
|
||||
parameters.push({
|
||||
|
||||
Reference in New Issue
Block a user