Fix barrel file issues
This commit is contained in:
parent
68018a85fb
commit
cf4f463da4
|
@ -7,7 +7,7 @@ import {
|
||||||
VirtualDocumentType,
|
VirtualDocumentType,
|
||||||
} from "@budibase/types"
|
} from "@budibase/types"
|
||||||
import automations from "./automations"
|
import automations from "./automations"
|
||||||
import { TRIGGER_DEFINITIONS } from "../../automations"
|
import { definitions as TRIGGER_DEFINITIONS } from "../../automations/triggerInfo"
|
||||||
|
|
||||||
function ensureUniqueAndThrow(
|
function ensureUniqueAndThrow(
|
||||||
doc: TableRowActions,
|
doc: TableRowActions,
|
||||||
|
|
Loading…
Reference in New Issue