Skip to content

Commit d73fa41

Browse files
authored
chore(data-service): update insertMany log message (#3235)
1 parent 33796cf commit d73fa41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/data-service/src/data-service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1730,7 +1730,7 @@ export class DataServiceImpl extends EventEmitter implements DataService {
17301730
): void {
17311731
const logop = this._startLogOp(
17321732
mongoLogId(1_001_000_049),
1733-
'Running insertOne',
1733+
'Running insertMany',
17341734
{ ns }
17351735
);
17361736
this._collection(ns, 'CRUD').insertMany(docs, options, (error, result) => {

0 commit comments

Comments
 (0)