From 1ef9a81094807b09d13e491d64d3213019900dbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Sat, 22 Jul 2023 13:40:38 +0200 Subject: [PATCH] Cleanup: remove TODO Remove a TODO (the work was done in cdf1cff4). --- web/app/src/App.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/web/app/src/App.vue b/web/app/src/App.vue index 07b37290..263a8335 100644 --- a/web/app/src/App.vue +++ b/web/app/src/App.vue @@ -58,7 +58,6 @@ export default { }, methods: { - // TODO: also call this when SocketIO reconnects. fetchManagerInfo() { const metaAPI = new API.MetaApi(getAPIClient()); metaAPI.getVersion().then((version) => {