Skip to content

Commit

Permalink
Merge pull request #75 from winebarrel/use_url_for_id
Browse files Browse the repository at this point in the history
Use url for id
  • Loading branch information
winebarrel authored Jan 11, 2025
2 parents 0f31b3f + 17725f5 commit 8b426a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Pulse/GitHubAPI.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ struct PullRequest: Identifiable {
let updatedAt: Date

var id: String {
commitUrl
url
}

var success: Bool {
Expand Down

0 comments on commit 8b426a8

Please sign in to comment.