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 7b507b0 commit da7de66Copy full SHA for da7de66
1 file changed
src/methods/create.js
@@ -46,7 +46,8 @@ module.exports = async (files = [], options = {}) => {
46
method: 'POST',
47
data: {
48
files,
49
- ...options,
+ title: options.title,
50
+ description: options.description,
51
},
52
});
53
0 commit comments