Skip to content

Commit

Permalink
delete: deprecated field prPermitted
Browse files Browse the repository at this point in the history
  • Loading branch information
Pugma committed Jan 17, 2025
1 parent c15d880 commit c71daa7
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/mocks/users.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,84 +12,72 @@ const sampleAccounts: Account[] = [
id: '',
displayName: '',
type: AccountType.atcoder,
prPermitted: true,
url: 'https://sample.com'
},
{
id: '',
displayName: '',
type: AccountType.blog,
prPermitted: true,
url: 'https://sample.com'
},
{
id: '',
displayName: '',
type: AccountType.ctftime,
prPermitted: true,
url: 'https://sample.com'
},
{
id: '',
displayName: '',
type: AccountType.facebook,
prPermitted: true,
url: 'https://sample.com'
},
{
id: '',
displayName: '',
type: AccountType.github,
prPermitted: true,
url: 'https://sample.com'
},
{
id: '',
displayName: '',
type: AccountType.hackthebox,
prPermitted: true,
url: 'https://sample.com'
},
{
id: '',
displayName: '',
type: AccountType.homepage,
prPermitted: true,
url: 'https://sample.com'
},
{
id: '',
displayName: '',
type: AccountType.pixiv,
prPermitted: true,
url: 'https://sample.com'
},
{
id: '',
displayName: '',
type: AccountType.qiita,
prPermitted: true,
url: 'https://sample.com'
},
{
id: '',
displayName: '',
type: AccountType.soundcloud,
prPermitted: true,
url: 'https://sample.com'
},
{
id: '',
displayName: '',
type: AccountType.twitter,
prPermitted: true,
url: 'https://sample.com'
},
{
id: '',
displayName: '',
type: AccountType.zenn,
prPermitted: true,
url: 'https://sample.com'
}
]
Expand Down

0 comments on commit c71daa7

Please sign in to comment.