oops
Some checks failed
Deploy Backend / docker (ubuntu-latest) (push) Failing after 29s

This commit is contained in:
Lee 2024-10-23 15:40:47 +01:00
parent 584af8c5a4
commit 6e38f36945

@ -21,7 +21,7 @@ export default class BeatSaverService {
}
// If the map does not need to be refreshed, return it
if (!toObject.shouldRefresh()) {
if (!map.shouldRefresh()) {
return toObject;
}
}