Skip to content

Commit 09d2e81

Browse files
committed
Fix long multiline docstring to pass linter
1 parent 31b34e2 commit 09d2e81

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/woqlClient.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1231,7 +1231,8 @@ WOQLClient.prototype.getDocument = function (params, dbId, branch, lastDataVersi
12311231
* @param {boolean} [getDataVersion] If true the function will return object having result
12321232
* and dataVersion.
12331233
* @param {boolean} [compress] If true, the function will create a new document if it doesn't exist.
1234-
* @param {boolean} [create] Perform an *upsert* which inserts if the document is not present (also works on nested documents)
1234+
* @param {boolean} [create] Perform an *upsert* which inserts if the document
1235+
* is not present (also works on nested documents)
12351236
* @returns {Promise} A promise that returns the call response object or object having *result*
12361237
* and *dataVersion* object if ***getDataVersion*** parameter is true, or an Error if rejected.
12371238
* @example

0 commit comments

Comments
 (0)