From 36853a47230d21f6037169b553e108eb50a5b0e3 Mon Sep 17 00:00:00 2001 From: TheClashFruit Date: Mon, 17 Jun 2024 20:13:36 +0200 Subject: [PATCH] feat: add id to team.json, remove debug info from 404 --- .data/team.json | 2 ++ template/404.twig | 4 ---- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.data/team.json b/.data/team.json index be52bee..de1b684 100644 --- a/.data/team.json +++ b/.data/team.json @@ -1,5 +1,6 @@ [ { + "id": 786634586452787201, "role": 0, "name": "Blurryface (aka Clyde)", "picture": "https://crss.fra1.cdn.digitaloceanspaces.com/avatars/786634586452787201.png", @@ -15,6 +16,7 @@ ] }, { + "id": 394888268446957569, "role": 1, "name": "TheClashFruit", "picture": "https://crss.fra1.cdn.digitaloceanspaces.com/avatars/394888268446957569.png", diff --git a/template/404.twig b/template/404.twig index e02f7e3..cc74a7d 100644 --- a/template/404.twig +++ b/template/404.twig @@ -10,10 +10,6 @@

We couldn't find this page :(

- -

Debug Info

- -
{{ { 'page': page, 'git': git, 'server': server, 'user': user } | json_encode(constant('JSON_PRETTY_PRINT')) | format }}