Skip to content

Commit

Permalink
Entry (profiles list) is now public.
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertoMachorro committed Jul 22, 2023
1 parent 53c0521 commit b8951fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/SwiftGravatar/SwiftGravatar.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import Foundation
import Crypto

public struct GravatarProfile: Decodable {
let entry: [Entry]
public let entry: [Entry]

public struct Entry: Decodable {
let id: String?
Expand Down

0 comments on commit b8951fa

Please sign in to comment.