fix: creating/deleting sessions in pre-Specters of the Rail builds #2978
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "VoltPrime/SpaceNinjaServer:sessions-fix-old-builds"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This is only verified to work as far back as U15, I have not tried to test any builds older than that yet until they are added to the support list.
@ -170,6 +170,7 @@ import { upgradeOperatorController } from "../controllers/api/upgradeOperatorConimport { upgradesController } from "../controllers/api/upgradesController.ts";import { valenceSwapController } from "../controllers/api/valenceSwapController.ts";import { wishlistController } from "../controllers/api/wishlistController.ts";import { aggregateSessionsController } from "../controllers/dynamic/aggregateSessionsController.ts";We sort imports alphabetically as well.
Sorry, missed that.