Clean code

This commit is contained in:
Adria Navarro 2023-06-16 17:40:12 +01:00
parent b0f40be409
commit 7bd0078210
1 changed files with 0 additions and 1 deletions

View File

@ -15,7 +15,6 @@ import * as api from "./api"
import * as automations from "./automations"
import { Thread } from "./threads"
import * as redis from "./utilities/redis"
import { initialise as initialiseWebsockets } from "./websockets"
import { events, logging, middleware, timers } from "@budibase/backend-core"
import { startup } from "./startup"
const Sentry = require("@sentry/node")