Use any type to fix TypeScript check

This commit is contained in:
Mel O'Hagan 2023-06-27 09:59:02 +01:00
parent e839e57173
commit 6f75c5df53
1 changed files with 1 additions and 1 deletions

View File

@ -392,7 +392,7 @@ class MongoIntegration implements IntegrationBase {
) )
} }
createObjectIds(json: any): object { createObjectIds(json: any): any {
const self = this const self = this
function interpolateObjectIds(json: any) { function interpolateObjectIds(json: any) {