diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0b17291904b..d25aecf247e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -37,8 +37,6 @@ jobs: run: npm run lint-js test: - needs: - - lint runs-on: ${{ matrix.os }} strategy: fail-fast: false diff --git a/lib/model.js b/lib/model.js index 86c554cc081..5a7a95a7e0e 100644 --- a/lib/model.js +++ b/lib/model.js @@ -3688,7 +3688,7 @@ function handleSuccessfulWrite(document, resolve, reject) { /** * Build bulk write operations for `bulkSave()`. - * + * * @param {Array} documents The array of documents to build write operations of * @param {Object} options * @param {Boolean} options.skipValidation defaults to `false`, when set to true, building the write operations will bypass validating the documents.