😭😭😭

This commit is contained in:
eevee
2024-10-09 21:40:51 +03:00
parent ca368e289a
commit ccc6690c54
@@ -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)