1
0
Fork 0
mirror of synced 2024-06-01 18:20:18 +12:00

Lowercase the object typo

This commit is contained in:
Mel O'Hagan 2022-05-16 08:42:09 +01:00
parent af997be2e9
commit bf144858bb

View file

@ -17,7 +17,7 @@ module MongoDBModule {
interface UpdateDoc {
filter: object
update: object
options: Object
options: object
}
const SCHEMA: Integration = {