We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 450aad4 commit f9d4e38Copy full SHA for f9d4e38
src/index.js
@@ -61,7 +61,7 @@ class CoCreateFileSystem {
61
organization_id
62
});
63
64
- if (!file || !file.document[0])
+ if (!file || !file.document || !file.document[0])
65
return res.status(404).send(`${url} could not be found for ${organization_id} `);
66
67
file = file.document[0]
0 commit comments