Skip to content

Commit f8ecfab

Browse files
authored
Fix bug
1 parent 4aaa695 commit f8ecfab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

NexStore/Views/Settings/About/AboutView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ struct AboutView: View {
169169
}
170170

171171
private func _fetchRedditAvatars() async {
172-
let usernames = Set(
172+
let usernames = Set<String>(
173173
_credits.compactMap { credit in
174174
guard let reddit = credit.reddit?.trimmingCharacters(in: .whitespacesAndNewlines), !reddit.isEmpty else {
175175
return nil

0 commit comments

Comments
 (0)