Fix some compiler warnings

Signed-off-by: Terry Yiu <git@tyiu.xyz>
This commit is contained in:
2025-04-12 18:08:58 -04:00
committed by Daniel D’Aquino
parent 3511b1ee91
commit 77e3924809
15 changed files with 33 additions and 70 deletions

View File

@@ -209,7 +209,7 @@ enum Route: Hashable {
case .Search(let search):
hasher.combine("search")
hasher.combine(search.search)
case .NDBSearch(let results):
case .NDBSearch:
hasher.combine("results")
case .EULA:
hasher.combine("eula")