Remove unused type.
This commit is contained in:
parent
ce105d8f4e
commit
d0a0e74f39
|
@ -25,11 +25,7 @@ import {
|
||||||
checkExternalTables,
|
checkExternalTables,
|
||||||
finaliseExternalTables,
|
finaliseExternalTables,
|
||||||
} from "./utils"
|
} from "./utils"
|
||||||
import {
|
import { GoogleSpreadsheet, GoogleSpreadsheetRow } from "google-spreadsheet"
|
||||||
GoogleSpreadsheet,
|
|
||||||
GoogleSpreadsheetRow,
|
|
||||||
GoogleSpreadsheetWorksheet,
|
|
||||||
} from "google-spreadsheet"
|
|
||||||
import fetch from "node-fetch"
|
import fetch from "node-fetch"
|
||||||
import { cache, configs, context, HTTPError } from "@budibase/backend-core"
|
import { cache, configs, context, HTTPError } from "@budibase/backend-core"
|
||||||
import { dataFilters, utils } from "@budibase/shared-core"
|
import { dataFilters, utils } from "@budibase/shared-core"
|
||||||
|
|
Loading…
Reference in New Issue