@goweekdays/core 0.0.7 → 0.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/dist/index.js
CHANGED
|
@@ -19215,7 +19215,7 @@ function useOrgRepo() {
|
|
|
19215
19215
|
async function add(value, session) {
|
|
19216
19216
|
try {
|
|
19217
19217
|
value = MOrg(value);
|
|
19218
|
-
const res = await collection.insertOne(value, session);
|
|
19218
|
+
const res = await collection.insertOne(value, { session });
|
|
19219
19219
|
return res.insertedId;
|
|
19220
19220
|
} catch (error) {
|
|
19221
19221
|
import_utils58.logger.log({
|