Skip to content

Commit

Permalink
Fix function signature
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitrySharabin committed Nov 2, 2023
1 parent 32ded6f commit 67967b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mavo-yandex.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ const _ = Mavo.Backend.register(
/**
* Saves a file to the backend.
* @param {string} serialized Serialized data.
* @param {string} [path] Optional file path.
* @param {string} path Optional file path.
* @return {Promise} A promise that resolves when the file is saved.
*/
async put (serialized, path = this.path) {
Expand Down

0 comments on commit 67967b7

Please sign in to comment.