Get rid of a bit of dead code around server suspensions (#3693)

Might fix some issues with people getting errors saying their servers are suspended when it's actually upgrading
This commit is contained in:
Emma Alexia
2025-05-25 15:36:07 -04:00
committed by GitHub
parent 034fd06284
commit 2ffd7476aa
5 changed files with 9 additions and 38 deletions

View File

@@ -307,10 +307,8 @@ interface General {
| "moderated"
| "paymentfailed"
| "cancelled"
| "other"
| "transferring"
| "upgrading"
| "support"
| "other"
| (string & {});
loader: string;
loader_version: string;