File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
backend/functions/src/schema/models/submission Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -732,16 +732,13 @@ export class SubmissionService extends PaginatedService {
732
732
} ) ;
733
733
734
734
// perform stuff outside of transaction -- persist the state even if these fail
735
- console . log ( relevantEraRanking ) ;
736
- console . log ( soloPBRanking ) ;
737
735
if ( newStatus ) {
738
736
if (
739
737
( previousStatus === submissionStatusKenum . APPROVED &&
740
738
newStatus !== submissionStatusKenum . APPROVED ) ||
741
739
newStatus === submissionStatusKenum . APPROVED
742
740
) {
743
741
// if the status changed from APPROVED->!APPROVED, or ANY->APPROVED need to update discord leaderboards
744
-
745
742
await this . syncDiscordLeaderboards ( {
746
743
eventId : item [ "event.id" ] ,
747
744
participants : item . participants ,
You can’t perform that action at this time.
0 commit comments