We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95585ff commit 52d4d5eCopy full SHA for 52d4d5e
api/src/bitbucket/types.ts
@@ -3,7 +3,7 @@ export interface BitbucketUser {
3
username?: string;
4
display_name: string;
5
nickname?: string;
6
- links: { avatar: { href: "https://bitbucket.org/account/open-listings/avatar/" } };
+ links: { avatar: { href: string } };
7
type: "user" | "team";
8
}
9
0 commit comments