We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0e31bb commit 8b72f77Copy full SHA for 8b72f77
1 file changed
src/matches/jobs/RemoveCancelledMatches.ts
@@ -76,23 +76,6 @@ export class RemoveCancelledMatches extends WorkerHost {
76
},
77
});
78
}
79
-
80
- for (const round of matchMap.rounds) {
81
- await this.s3Service.remove(round.backup_file);
82
- await this.hasura.mutation({
83
- update_match_map_rounds_by_pk: {
84
- __args: {
85
- pk_columns: {
86
- id: round.id,
87
- },
88
- _set: {
89
- backup_file: null,
90
91
92
- __typename: true,
93
94
- });
95
- }
96
97
98
await this.hasura.mutation({
0 commit comments