Skip to content

Commit 8d546aa

Browse files
committed
add account id to sample data
1 parent 40258fa commit 8d546aa

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

src/mocks/users.ts

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -9,85 +9,85 @@ import {
99

1010
const sampleAccounts: Account[] = [
1111
{
12-
id: '',
13-
displayName: '',
12+
id: 'SampleId',
13+
displayName: 'SampleDisplayName',
1414
type: AccountType.atcoder,
1515
prPermitted: true,
1616
url: 'https://sample.com'
1717
},
1818
{
19-
id: '',
20-
displayName: '',
19+
id: 'SampleId',
20+
displayName: 'SampleUrl',
2121
type: AccountType.blog,
2222
prPermitted: true,
2323
url: 'https://sample.com'
2424
},
2525
{
26-
id: '',
27-
displayName: '',
26+
id: 'SampleId',
27+
displayName: 'SampleDisplayName',
2828
type: AccountType.ctftime,
2929
prPermitted: true,
3030
url: 'https://sample.com'
3131
},
3232
{
33-
id: '',
34-
displayName: '',
33+
id: 'SampleId',
34+
displayName: 'SampleDisplayName',
3535
type: AccountType.facebook,
3636
prPermitted: true,
3737
url: 'https://sample.com'
3838
},
3939
{
40-
id: '',
41-
displayName: '',
40+
id: 'SampleId',
41+
displayName: 'SampleDisplayName',
4242
type: AccountType.github,
4343
prPermitted: true,
4444
url: 'https://sample.com'
4545
},
4646
{
47-
id: '',
48-
displayName: '',
47+
id: 'SampleId',
48+
displayName: 'SampleDisplayName',
4949
type: AccountType.hackthebox,
5050
prPermitted: true,
5151
url: 'https://sample.com'
5252
},
5353
{
54-
id: '',
55-
displayName: '',
54+
id: 'SampleId',
55+
displayName: 'SampleUrl',
5656
type: AccountType.homepage,
5757
prPermitted: true,
5858
url: 'https://sample.com'
5959
},
6060
{
61-
id: '',
62-
displayName: '',
61+
id: 'SampleId',
62+
displayName: 'SampleDisplayName',
6363
type: AccountType.pixiv,
6464
prPermitted: true,
6565
url: 'https://sample.com'
6666
},
6767
{
68-
id: '',
69-
displayName: '',
68+
id: 'SampleId',
69+
displayName: 'SampleDisplayName',
7070
type: AccountType.qiita,
7171
prPermitted: true,
7272
url: 'https://sample.com'
7373
},
7474
{
75-
id: '',
76-
displayName: '',
75+
id: 'SampleId',
76+
displayName: 'SampleDisplayName',
7777
type: AccountType.soundcloud,
7878
prPermitted: true,
7979
url: 'https://sample.com'
8080
},
8181
{
82-
id: '',
83-
displayName: '',
82+
id: 'SampleId',
83+
displayName: 'SampleDisplayName',
8484
type: AccountType.twitter,
8585
prPermitted: true,
8686
url: 'https://sample.com'
8787
},
8888
{
89-
id: '',
90-
displayName: '',
89+
id: 'SampleId',
90+
displayName: 'SampleDisplayName',
9191
type: AccountType.zenn,
9292
prPermitted: true,
9393
url: 'https://sample.com'

0 commit comments

Comments
 (0)