From 056ff2bdeb5b83b1e9471af82126b5851feb3acf Mon Sep 17 00:00:00 2001 From: Settel Date: Fri, 2 Sep 2022 22:13:26 +0200 Subject: [PATCH] bugfix: fix IDE warning about implicit any type --- client/src/components/PlayerList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/PlayerList.vue b/client/src/components/PlayerList.vue index 3200516..dcc910d 100644 --- a/client/src/components/PlayerList.vue +++ b/client/src/components/PlayerList.vue @@ -1,7 +1,7 @@