1
0
Fork 0
mirror of synced 2024-10-04 03:54:37 +13:00

Split between internal and external views

This commit is contained in:
Adria Navarro 2023-08-29 13:35:12 +02:00
parent 33ed4e1cbf
commit bf59ecf6b7

View file

@ -17,7 +17,6 @@ import {
FetchDatasourceInfoRequest,
FetchDatasourceInfoResponse,
IntegrationBase,
RestConfig,
SourceName,
UpdateDatasourceResponse,
UserCtx,
@ -27,7 +26,6 @@ import {
import sdk from "../../sdk"
import { builderSocket } from "../../websockets"
import { setupCreationAuth as googleSetupCreationAuth } from "../../integrations/googlesheets"
import { areRESTVariablesValid } from "../../sdk/app/datasources/datasources"
function getErrorTables(errors: any, errorType: string) {
return Object.entries(errors)