1
0
Fork 0
mirror of synced 2024-09-20 19:33:10 +12:00

Remove accidental imports of the aws-sdk SQS (fml)

This commit is contained in:
Sam Rose 2024-07-08 14:25:05 +01:00
parent 69d54b523d
commit 014ff81841
No known key found for this signature in database
2 changed files with 0 additions and 2 deletions

View file

@ -1,6 +1,5 @@
import { existsSync, readFileSync } from "fs" import { existsSync, readFileSync } from "fs"
import { ServiceType } from "@budibase/types" import { ServiceType } from "@budibase/types"
import { SQS } from "aws-sdk"
function isTest() { function isTest() {
return isJest() return isJest()

View file

@ -2,7 +2,6 @@ import * as setup from "./utilities"
import path from "path" import path from "path"
import nock from "nock" import nock from "nock"
import { generator } from "@budibase/backend-core/tests" import { generator } from "@budibase/backend-core/tests"
import { SQS } from "aws-sdk"
interface App { interface App {
background: string background: string