Linting.
This commit is contained in:
parent
ce6e1c5c22
commit
0b8f2c111d
|
@ -2,7 +2,6 @@ import { EMPTY_LAYOUT } from "../../constants/layouts"
|
|||
import { generateLayoutID, getScreenParams } from "../../db/utils"
|
||||
import { events, context } from "@budibase/backend-core"
|
||||
import {
|
||||
BBContext,
|
||||
DeleteLayoutResponse,
|
||||
Layout,
|
||||
SaveLayoutRequest,
|
||||
|
|
|
@ -12,7 +12,6 @@ import {
|
|||
ExecuteQueryStepInputs,
|
||||
ExecuteQueryStepOutputs,
|
||||
} from "@budibase/types"
|
||||
import { executeV2AsAutomation } from "../../api/controllers/query"
|
||||
|
||||
export const definition: AutomationStepDefinition = {
|
||||
name: "External Data Connector",
|
||||
|
|
Loading…
Reference in New Issue