Skip to content

Commit

Permalink
😭😭😭
Browse files Browse the repository at this point in the history
  • Loading branch information
whoeevee committed Oct 9, 2024
1 parent ca368e2 commit ccc6690
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/EeveeSpotify/Settings/Helpers/GitHubHelper.swift
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ struct GitHubHelper {
func getEeveeContributorSections() async throws -> [EeveeContributorSection] {
let (data, _) = try await URLSession.shared.data(
from: URL(
string: "https://raw.githubusercontent.com/whoeevee/EeveeSpotify/swift/repo.altsource.json"
string: "https://raw.githubusercontent.com/whoeevee/EeveeSpotify/swift/contributors.json"
)!
)
return try decoder.decode([EeveeContributorSection].self, from: data)
Expand Down

0 comments on commit ccc6690

Please sign in to comment.