Skip to content

Commit

Permalink
fix(ios): Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
autoreleasefool committed May 22, 2024
1 parent 9ff2c8c commit 26f2465
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ extension SeriesRepository: DependencyKey {
@Dependency(DatabaseService.self) var database

return try await database.reader().read {
let lanesAlias = TableAlias(name: "lanes")
return try Series.Database
.filter(id: id)
.including(
Expand Down

0 comments on commit 26f2465

Please sign in to comment.