Lowercase the object typo
This commit is contained in:
parent
af997be2e9
commit
bf144858bb
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in New Issue