From 279ec10081f245f4d5bbca8b63485c841f619e35 Mon Sep 17 00:00:00 2001 From: TheArcaneBrony Date: Tue, 19 Jul 2022 07:21:26 +0200 Subject: State update, havent tested --- api/src/start.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'api/src/start.ts') diff --git a/api/src/start.ts b/api/src/start.ts index 841ad3d5..9ba198e7 100644 --- a/api/src/start.ts +++ b/api/src/start.ts @@ -1,7 +1,6 @@ process.on("uncaughtException", console.error); process.on("unhandledRejection", console.error); -import "missing-native-js-functions"; import { config } from "dotenv"; config(); import { FosscordServer } from "./Server"; -- cgit 1.5.1