1
0
Fork 0
mirror of synced 2024-09-14 00:08:25 +12:00

Lowercase the object typo

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

View file

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