Cleanup: remove TODO

Remove a TODO (the work was done in cdf1cff4).
This commit is contained in:
Sybren A. Stüvel 2023-07-22 13:40:38 +02:00
parent c7a709bbd3
commit 1ef9a81094

View File

@ -58,7 +58,6 @@ export default {
}, },
methods: { methods: {
// TODO: also call this when SocketIO reconnects.
fetchManagerInfo() { fetchManagerInfo() {
const metaAPI = new API.MetaApi(getAPIClient()); const metaAPI = new API.MetaApi(getAPIClient());
metaAPI.getVersion().then((version) => { metaAPI.getVersion().then((version) => {