Skip to content

Commit

Permalink
change
Browse files Browse the repository at this point in the history
  • Loading branch information
sansan88 committed Jul 7, 2024
1 parent be60669 commit ded41a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/src/scheduler/utils/update.swissturnverband.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export async function updateClubsSwissturnverband(): Promise<any> {
name: club.name,
type: "swissturnverband",
updated: new Date(),
teams: FieldValue.delete(),
Teams: FieldValue.delete(),
}, {
merge: true,
});
Expand Down

0 comments on commit ded41a5

Please sign in to comment.