We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22243e4 commit 428f23aCopy full SHA for 428f23a
1 file changed
packages/mongodb/src/index.ts
@@ -41,6 +41,7 @@ export class MongoDBService<
41
return this._create(data, params)
42
}
43
44
+ async update(id: NullableAdapterId, data: Data, params?: ServiceParams): Promise<Result>
45
async update(id: AdapterId, data: Data, params?: ServiceParams): Promise<Result> {
46
return this._update(id, data, {
47
...params,
0 commit comments