1
0
Fork 0
mirror of synced 2024-09-20 11:27:56 +12:00

Fix lint.

This commit is contained in:
Sam Rose 2024-08-05 12:10:03 +01:00
parent 43d6e5c849
commit 2efa8dfca2
No known key found for this signature in database
2 changed files with 0 additions and 2 deletions

View file

@ -13,7 +13,6 @@ import {
RelationshipType, RelationshipType,
Row, Row,
SaveTableRequest, SaveTableRequest,
SourceName,
Table, Table,
TableSchema, TableSchema,
TableSourceType, TableSourceType,

View file

@ -28,7 +28,6 @@ import {
import { isExternalTableID } from "../../integrations/utils" import { isExternalTableID } from "../../integrations/utils"
import { helpers } from "@budibase/shared-core" import { helpers } from "@budibase/shared-core"
import { processString } from "@budibase/string-templates" import { processString } from "@budibase/string-templates"
import { DateTime } from "mssql"
export * from "./utils" export * from "./utils"
export * from "./attachments" export * from "./attachments"