From e280047fe49ddc9ba79db18c2e13c9bc37d783f5 Mon Sep 17 00:00:00 2001 From: Madeline <46743919+MaddyUnderStars@users.noreply.github.com> Date: Thu, 8 Sep 2022 21:15:45 +1000 Subject: remove notes table from bot --- src/api/routes/applications/#id/bot/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/api/routes/applications/#id/bot/index.ts b/src/api/routes/applications/#id/bot/index.ts index 6d054c75..82f9ad2b 100644 --- a/src/api/routes/applications/#id/bot/index.ts +++ b/src/api/routes/applications/#id/bot/index.ts @@ -51,7 +51,6 @@ router.post("/", route({}), async (req: Request, res: Response) => { settings: {}, extended_settings: {}, fingerprints: [], - notes: {} }); await user.save(); app.bot = user; -- cgit 1.5.1