Lowercase the object typo

This commit is contained in:
Mel O'Hagan 2022-05-16 08:42:09 +01:00
parent af997be2e9
commit bf144858bb
1 changed files with 1 additions and 1 deletions

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 = {