summary refs log tree commit diff
diff options
context:
space:
mode:
authorChrisChrome <christophercookman@gmail.com>2022-08-13 00:36:25 -0600
committerChrisChrome <christophercookman@gmail.com>2022-08-13 00:36:25 -0600
commitc1034569d63093fa76a568b0b570f7685cd61e8c (patch)
tree9c4fd96e1273263795d3484228e28777679c9d6e
parentHmmmmmm (diff)
downloadserver-c1034569d63093fa76a568b0b570f7685cd61e8c.tar.xz
That... Was a bad idea
-rw-r--r--api/src/routes/applications/#id/bot/index.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/src/routes/applications/#id/bot/index.ts b/api/src/routes/applications/#id/bot/index.ts
index 562c31fe..5cae5215 100644
--- a/api/src/routes/applications/#id/bot/index.ts
+++ b/api/src/routes/applications/#id/bot/index.ts
@@ -28,7 +28,7 @@ router.post("/", route({}), async (req: Request, res: Response) => {
 		id: app.id,
 		bot: true,
 		system: false,
-		premium_since: 0,
+		premium_since: null,
 		desktop: false,
 		mobile: false,
 		premium: false,