Skip to content

Commit

Permalink
fix id
Browse files Browse the repository at this point in the history
  • Loading branch information
sansan88 committed Aug 13, 2024
1 parent 1dd2c8b commit 05481c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/src/scheduler/utils/update.swissunihockey.ts
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ export async function updateGamesSwissunihockey(): Promise<any> {
// Update status
console.log("Update status for firestore saved game: " + gameDoc.id + " reading gameDoc id: " + gameDoc.data().externalId);
await db.collection("teams").doc(`su-${team.id}`).collection("games").doc(gameDoc.id).set({
status: "deleted",
gameStatus: "deleted",
}, {
merge: true,
});
Expand Down

0 comments on commit 05481c2

Please sign in to comment.