From 67967b762a997dca2a9e65610429d06b2969dbde Mon Sep 17 00:00:00 2001 From: Dmitry Sharabin Date: Thu, 2 Nov 2023 12:27:56 +0100 Subject: [PATCH] Fix function signature --- mavo-yandex.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mavo-yandex.js b/mavo-yandex.js index e595f2a..c1e39c6 100644 --- a/mavo-yandex.js +++ b/mavo-yandex.js @@ -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) {