From 3c97425fc3efa27e85d0ce0b6581b55a7260b066 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Hells=C3=A9n?= Date: Wed, 24 Sep 2025 04:55:11 +0200 Subject: [PATCH] Add vscode minimap mark for dashboard --- twitch/views.py | 1 + 1 file changed, 1 insertion(+) diff --git a/twitch/views.py b/twitch/views.py index 12b831b..4a99f65 100644 --- a/twitch/views.py +++ b/twitch/views.py @@ -523,6 +523,7 @@ class GameDetailView(DetailView): return context +# MARK: / def dashboard(request: HttpRequest) -> HttpResponse: """Dashboard view showing active campaigns and progress.