From 18cd7a4b5d955b95d31e0cda4b8aae051fa2a50c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Asger=20Juul=20Brunsh=C3=B8j?= Date: Wed, 14 Jun 2023 09:14:58 +0200 Subject: [PATCH] fmt --- crates/frontend/src/components/admin.rs | 2 -- justfile | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/crates/frontend/src/components/admin.rs b/crates/frontend/src/components/admin.rs index 315ee48..7f7206c 100644 --- a/crates/frontend/src/components/admin.rs +++ b/crates/frontend/src/components/admin.rs @@ -1,8 +1,6 @@ - use yew::functional::*; use yew::prelude::*; - #[function_component(Admin)] pub fn admin() -> Html { html! {} diff --git a/justfile b/justfile index 68680f6..191bb0a 100644 --- a/justfile +++ b/justfile @@ -47,6 +47,6 @@ deploy-backend: ssh root@ajb.dk -- systemctl restart achievements-backend.service just logs-prod -# List logs with journalctl +# List logs with journalctl logs-prod: ssh plul@ajb.dk journalctl -u achievements-backend