type check

This commit is contained in:
proddy
2024-12-18 21:25:22 +01:00
parent 36838f7690
commit 7851b8e94c

View File

@@ -14,7 +14,7 @@ const headers = {
'Content-type': 'application/msgpack' 'Content-type': 'application/msgpack'
}; };
let VERSION_IS_UPGRADEABLE; let VERSION_IS_UPGRADEABLE: boolean;
// Versions // Versions
// default - on latest stable, no upgrades // default - on latest stable, no upgrades