1
0
Fork 0
mirror of synced 2024-07-08 15:56:23 +12:00

Fix merge import

This commit is contained in:
Rory Powell 2021-12-02 15:20:03 +00:00
parent 224516787d
commit cadd3cf259
2 changed files with 21 additions and 770 deletions

View file

@ -1,12 +1,12 @@
const { processString } = require("@budibase/string-templates") const { processString } = require("@budibase/string-templates")
const CouchDB = require("../../db") const CouchDB = require("../../../db")
const { const {
generateQueryID, generateQueryID,
getQueryParams, getQueryParams,
isProdAppID, isProdAppID,
} = require("../../db/utils") } = require("../../../db/utils")
const { BaseQueryVerbs } = require("../../constants") const { BaseQueryVerbs } = require("../../../constants")
const { Thread, ThreadType } = require("../../threads") const { Thread, ThreadType } = require("../../../threads")
const { save: saveDatasource } = require("../datasource") const { save: saveDatasource } = require("../datasource")
const { RestImporter } = require("./import") const { RestImporter } = require("./import")

File diff suppressed because it is too large Load diff