Skip to content

Commit

Permalink
actually fix final linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew McKnight committed Dec 6, 2024
1 parent 775840b commit 6f14f8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OctoKit/Repositories.swift
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ enum RepositoryRouter: Router {
return ["ref": ref]
}
return [:]
case .getRepositoryTopics(_, _, _):
case .getRepositoryTopics:
return [:]
}
}
Expand Down

0 comments on commit 6f14f8e

Please sign in to comment.