Lowercase the object typo
This commit is contained in:
parent
af997be2e9
commit
bf144858bb
|
@ -17,7 +17,7 @@ module MongoDBModule {
|
|||
interface UpdateDoc {
|
||||
filter: object
|
||||
update: object
|
||||
options: Object
|
||||
options: object
|
||||
}
|
||||
|
||||
const SCHEMA: Integration = {
|
||||
|
|
Loading…
Reference in New Issue