From 20e3d6d4b28bfd86d5ea69c883b2d8d02d0d7a6b Mon Sep 17 00:00:00 2001 From: Lili Date: Sun, 6 Oct 2024 15:23:38 +0200 Subject: [PATCH] add types to dashboard --- tlapbot/tlapbot_dashboard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tlapbot/tlapbot_dashboard.py b/tlapbot/tlapbot_dashboard.py index d1b449b..4fff7d3 100644 --- a/tlapbot/tlapbot_dashboard.py +++ b/tlapbot/tlapbot_dashboard.py @@ -8,7 +8,7 @@ bp = Blueprint('redeem_dashboard', __name__) @bp.route('/dashboard', methods=['GET']) -def dashboard(): +def dashboard() -> str: db = get_db() username = request.args.get("username") if username is not None: