From 4eda55552b5506417c5d6927b604ce92d2c7f3be Mon Sep 17 00:00:00 2001 From: Alex Ling Date: Wed, 22 Dec 2021 12:16:44 +0000 Subject: [PATCH] Linter fix --- src/routes/admin.cr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/admin.cr b/src/routes/admin.cr index 6ff36db..fd63ec8 100644 --- a/src/routes/admin.cr +++ b/src/routes/admin.cr @@ -61,7 +61,7 @@ struct AdminRouter redirect_url = URI.new \ path: "/admin/user/edit", query: hash_to_query({"username" => original_username, \ - "admin" => admin, "error" => e.message}) + "admin" => admin, "error" => e.message}) redirect env, redirect_url.to_s end