api: oops
Some checks failed
Deploy API / docker (17, 3.8.5) (push) Failing after 5s

This commit is contained in:
Lee 2024-08-02 00:38:27 +01:00
parent 6a1a2dc2c4
commit 68180f2647

@ -38,8 +38,6 @@ public class PlatformService {
log.info("Registering platforms...");
registerPlatform(context.getBean(ScoreSaberPlatform.class));
log.info("Loaded %s platforms.".formatted(this.platforms.size()));
this.updatePlayerMetrics();
}
/**