Skip to content

Commit

Permalink
feat: non-null avatar url
Browse files Browse the repository at this point in the history
  • Loading branch information
zugdev committed Jan 27, 2025
1 parent 2688bca commit 5dfa1b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/home/fetch-github/fetch-avatar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export const ubiquityAvatarUrl = "https://avatars.githubusercontent.com/u/764127

export type OrgNameAndAvatarUrl = {
ownerName: string;
avatar_url?: string;
avatar_url: string;
};

export async function fetchPartnerAvatars(): Promise<OrgNameAndAvatarUrl[]> {
Expand Down

0 comments on commit 5dfa1b8

Please sign in to comment.