crossmate

A collaborative crossword app for iOS
Log | Files | Refs | LICENSE

commit 787275c98b4bd03ae014994fd026f2e11e9e4f81
parent 9013cf6e8c5b3a40ab83fa2bff9d75530f551488
Author: Michael Camilleri <[email protected]>
Date:   Thu,  2 Jul 2026 14:24:24 +0900

Remove dead parameter

Diffstat:
MCrossmate/Persistence/GameMutator.swift | 1-
MCrossmate/Sync/MovesUpdater.swift | 1-
2 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/Crossmate/Persistence/GameMutator.swift b/Crossmate/Persistence/GameMutator.swift @@ -368,7 +368,6 @@ final class GameMutator { letter: letter, mark: mark, authorID: cellAuthorID, - actingAuthorID: actingAuthorID, enqueuedAt: enqueuedAt ) } diff --git a/Crossmate/Sync/MovesUpdater.swift b/Crossmate/Sync/MovesUpdater.swift @@ -74,7 +74,6 @@ actor MovesUpdater { letter: String, mark: CellMark, authorID: String?, - actingAuthorID: String? = nil, enqueuedAt: Date = Date() ) async { let key = Key(gameID: gameID, row: row, col: col)