Use any type to fix TypeScript check
This commit is contained in:
parent
e839e57173
commit
6f75c5df53
|
@ -392,7 +392,7 @@ class MongoIntegration implements IntegrationBase {
|
|||
)
|
||||
}
|
||||
|
||||
createObjectIds(json: any): object {
|
||||
createObjectIds(json: any): any {
|
||||
const self = this
|
||||
|
||||
function interpolateObjectIds(json: any) {
|
||||
|
|
Loading…
Reference in New Issue