Skip to content

Commit 4a2244e

Browse files
nv035674vahrennd
authored andcommitted
self review
1 parent bab5399 commit 4a2244e

21 files changed

+470
-238
lines changed

src/main/java/org/kohsuke/github/GHRepository.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -713,7 +713,7 @@ public boolean isPrivate() {
713713
}
714714

715715
/**
716-
* Visibility of a repository
716+
* Visibility of a repository.
717717
*/
718718
public enum GHVisibility {
719719
PUBLIC, INTERNAL, PRIVATE

src/test/java/org/kohsuke/github/GHRepositoryTest.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,10 +257,14 @@ public void testGetRepositoryWithVisibility() throws IOException {
257257
final GHRepository repo = gitHub.createRepository(repoName)
258258
.visibility(GHRepository.GHVisibility.PUBLIC)
259259
.create();
260+
System.out.println(repo.getOwnerName());
261+
System.out.println(repo.getName());
260262
try {
261263
assertEquals(GHRepository.GHVisibility.PUBLIC, repo.getVisibility());
262264
repo.setVisibility(GHRepository.GHVisibility.PRIVATE);
263265
assertEquals(GHRepository.GHVisibility.PRIVATE, myself.getRepository(repoName).getVisibility());
266+
repo.setVisibility(GHRepository.GHVisibility.PUBLIC);
267+
assertEquals(GHRepository.GHVisibility.PUBLIC, myself.getRepository(repoName).getVisibility());
264268
} finally {
265269
repo.delete();
266270
}

src/test/resources/org/kohsuke/github/GHRepositoryTest/wiremock/testGetRepositoryWithVisibility/__files/user_repos-5.json renamed to src/test/resources/org/kohsuke/github/GHRepositoryTest/wiremock/testGetRepositoryWithVisibility/__files/repos_nvahren_test-repo-visibility-3.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"id": 353724658,
3-
"node_id": "MDEwOlJlcG9zaXRvcnkzNTM3MjQ2NTg=",
2+
"id": 353769090,
3+
"node_id": "MDEwOlJlcG9zaXRvcnkzNTM3NjkwOTA=",
44
"name": "test-repo-visibility",
55
"full_name": "nvahren/test-repo-visibility",
6-
"private": false,
6+
"private": true,
77
"owner": {
88
"login": "nvahren",
99
"id": 8679583,
@@ -64,9 +64,9 @@
6464
"labels_url": "https://api.github.com/repos/nvahren/test-repo-visibility/labels{/name}",
6565
"releases_url": "https://api.github.com/repos/nvahren/test-repo-visibility/releases{/id}",
6666
"deployments_url": "https://api.github.com/repos/nvahren/test-repo-visibility/deployments",
67-
"created_at": "2021-04-01T14:20:18Z",
68-
"updated_at": "2021-04-01T14:20:18Z",
69-
"pushed_at": "2021-04-01T14:20:19Z",
67+
"created_at": "2021-04-01T16:59:17Z",
68+
"updated_at": "2021-04-01T16:59:18Z",
69+
"pushed_at": "2021-04-01T16:59:17Z",
7070
"git_url": "git://github.com/nvahren/test-repo-visibility.git",
7171
"ssh_url": "git@github.com:nvahren/test-repo-visibility.git",
7272
"clone_url": "https://github.com/nvahren/test-repo-visibility.git",
@@ -87,7 +87,7 @@
8787
"disabled": false,
8888
"open_issues_count": 0,
8989
"license": null,
90-
"visibility": "public",
90+
"visibility": "private",
9191
"forks": 0,
9292
"open_issues": 0,
9393
"watchers": 0,
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,106 @@
1+
{
2+
"id": 353769090,
3+
"node_id": "MDEwOlJlcG9zaXRvcnkzNTM3NjkwOTA=",
4+
"name": "test-repo-visibility",
5+
"full_name": "nvahren/test-repo-visibility",
6+
"private": true,
7+
"owner": {
8+
"login": "nvahren",
9+
"id": 8679583,
10+
"node_id": "MDQ6VXNlcjg2Nzk1ODM=",
11+
"avatar_url": "https://avatars.githubusercontent.com/u/8679583?v=4",
12+
"gravatar_id": "",
13+
"url": "https://api.github.com/users/nvahren",
14+
"html_url": "https://github.com/nvahren",
15+
"followers_url": "https://api.github.com/users/nvahren/followers",
16+
"following_url": "https://api.github.com/users/nvahren/following{/other_user}",
17+
"gists_url": "https://api.github.com/users/nvahren/gists{/gist_id}",
18+
"starred_url": "https://api.github.com/users/nvahren/starred{/owner}{/repo}",
19+
"subscriptions_url": "https://api.github.com/users/nvahren/subscriptions",
20+
"organizations_url": "https://api.github.com/users/nvahren/orgs",
21+
"repos_url": "https://api.github.com/users/nvahren/repos",
22+
"events_url": "https://api.github.com/users/nvahren/events{/privacy}",
23+
"received_events_url": "https://api.github.com/users/nvahren/received_events",
24+
"type": "User",
25+
"site_admin": false
26+
},
27+
"html_url": "https://github.com/nvahren/test-repo-visibility",
28+
"description": null,
29+
"fork": false,
30+
"url": "https://api.github.com/repos/nvahren/test-repo-visibility",
31+
"forks_url": "https://api.github.com/repos/nvahren/test-repo-visibility/forks",
32+
"keys_url": "https://api.github.com/repos/nvahren/test-repo-visibility/keys{/key_id}",
33+
"collaborators_url": "https://api.github.com/repos/nvahren/test-repo-visibility/collaborators{/collaborator}",
34+
"teams_url": "https://api.github.com/repos/nvahren/test-repo-visibility/teams",
35+
"hooks_url": "https://api.github.com/repos/nvahren/test-repo-visibility/hooks",
36+
"issue_events_url": "https://api.github.com/repos/nvahren/test-repo-visibility/issues/events{/number}",
37+
"events_url": "https://api.github.com/repos/nvahren/test-repo-visibility/events",
38+
"assignees_url": "https://api.github.com/repos/nvahren/test-repo-visibility/assignees{/user}",
39+
"branches_url": "https://api.github.com/repos/nvahren/test-repo-visibility/branches{/branch}",
40+
"tags_url": "https://api.github.com/repos/nvahren/test-repo-visibility/tags",
41+
"blobs_url": "https://api.github.com/repos/nvahren/test-repo-visibility/git/blobs{/sha}",
42+
"git_tags_url": "https://api.github.com/repos/nvahren/test-repo-visibility/git/tags{/sha}",
43+
"git_refs_url": "https://api.github.com/repos/nvahren/test-repo-visibility/git/refs{/sha}",
44+
"trees_url": "https://api.github.com/repos/nvahren/test-repo-visibility/git/trees{/sha}",
45+
"statuses_url": "https://api.github.com/repos/nvahren/test-repo-visibility/statuses/{sha}",
46+
"languages_url": "https://api.github.com/repos/nvahren/test-repo-visibility/languages",
47+
"stargazers_url": "https://api.github.com/repos/nvahren/test-repo-visibility/stargazers",
48+
"contributors_url": "https://api.github.com/repos/nvahren/test-repo-visibility/contributors",
49+
"subscribers_url": "https://api.github.com/repos/nvahren/test-repo-visibility/subscribers",
50+
"subscription_url": "https://api.github.com/repos/nvahren/test-repo-visibility/subscription",
51+
"commits_url": "https://api.github.com/repos/nvahren/test-repo-visibility/commits{/sha}",
52+
"git_commits_url": "https://api.github.com/repos/nvahren/test-repo-visibility/git/commits{/sha}",
53+
"comments_url": "https://api.github.com/repos/nvahren/test-repo-visibility/comments{/number}",
54+
"issue_comment_url": "https://api.github.com/repos/nvahren/test-repo-visibility/issues/comments{/number}",
55+
"contents_url": "https://api.github.com/repos/nvahren/test-repo-visibility/contents/{+path}",
56+
"compare_url": "https://api.github.com/repos/nvahren/test-repo-visibility/compare/{base}...{head}",
57+
"merges_url": "https://api.github.com/repos/nvahren/test-repo-visibility/merges",
58+
"archive_url": "https://api.github.com/repos/nvahren/test-repo-visibility/{archive_format}{/ref}",
59+
"downloads_url": "https://api.github.com/repos/nvahren/test-repo-visibility/downloads",
60+
"issues_url": "https://api.github.com/repos/nvahren/test-repo-visibility/issues{/number}",
61+
"pulls_url": "https://api.github.com/repos/nvahren/test-repo-visibility/pulls{/number}",
62+
"milestones_url": "https://api.github.com/repos/nvahren/test-repo-visibility/milestones{/number}",
63+
"notifications_url": "https://api.github.com/repos/nvahren/test-repo-visibility/notifications{?since,all,participating}",
64+
"labels_url": "https://api.github.com/repos/nvahren/test-repo-visibility/labels{/name}",
65+
"releases_url": "https://api.github.com/repos/nvahren/test-repo-visibility/releases{/id}",
66+
"deployments_url": "https://api.github.com/repos/nvahren/test-repo-visibility/deployments",
67+
"created_at": "2021-04-01T16:59:17Z",
68+
"updated_at": "2021-04-01T16:59:18Z",
69+
"pushed_at": "2021-04-01T16:59:17Z",
70+
"git_url": "git://github.com/nvahren/test-repo-visibility.git",
71+
"ssh_url": "git@github.com:nvahren/test-repo-visibility.git",
72+
"clone_url": "https://github.com/nvahren/test-repo-visibility.git",
73+
"svn_url": "https://github.com/nvahren/test-repo-visibility",
74+
"homepage": null,
75+
"size": 0,
76+
"stargazers_count": 0,
77+
"watchers_count": 0,
78+
"language": null,
79+
"has_issues": true,
80+
"has_projects": true,
81+
"has_downloads": true,
82+
"has_wiki": true,
83+
"has_pages": false,
84+
"forks_count": 0,
85+
"mirror_url": null,
86+
"archived": false,
87+
"disabled": false,
88+
"open_issues_count": 0,
89+
"license": null,
90+
"forks": 0,
91+
"open_issues": 0,
92+
"watchers": 0,
93+
"default_branch": "master",
94+
"permissions": {
95+
"admin": true,
96+
"push": true,
97+
"pull": true
98+
},
99+
"temp_clone_token": "ACCHBH2QIQ3TB2S7AHIY4Z3AMX6RK",
100+
"allow_squash_merge": true,
101+
"allow_merge_commit": true,
102+
"allow_rebase_merge": true,
103+
"delete_branch_on_merge": false,
104+
"network_count": 0,
105+
"subscribers_count": 1
106+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,108 @@
1+
{
2+
"id": 353769090,
3+
"node_id": "MDEwOlJlcG9zaXRvcnkzNTM3NjkwOTA=",
4+
"name": "test-repo-visibility",
5+
"full_name": "nvahren/test-repo-visibility",
6+
"private": true,
7+
"owner": {
8+
"login": "nvahren",
9+
"id": 8679583,
10+
"node_id": "MDQ6VXNlcjg2Nzk1ODM=",
11+
"avatar_url": "https://avatars.githubusercontent.com/u/8679583?v=4",
12+
"gravatar_id": "",
13+
"url": "https://api.github.com/users/nvahren",
14+
"html_url": "https://github.com/nvahren",
15+
"followers_url": "https://api.github.com/users/nvahren/followers",
16+
"following_url": "https://api.github.com/users/nvahren/following{/other_user}",
17+
"gists_url": "https://api.github.com/users/nvahren/gists{/gist_id}",
18+
"starred_url": "https://api.github.com/users/nvahren/starred{/owner}{/repo}",
19+
"subscriptions_url": "https://api.github.com/users/nvahren/subscriptions",
20+
"organizations_url": "https://api.github.com/users/nvahren/orgs",
21+
"repos_url": "https://api.github.com/users/nvahren/repos",
22+
"events_url": "https://api.github.com/users/nvahren/events{/privacy}",
23+
"received_events_url": "https://api.github.com/users/nvahren/received_events",
24+
"type": "User",
25+
"site_admin": false
26+
},
27+
"html_url": "https://github.com/nvahren/test-repo-visibility",
28+
"description": null,
29+
"fork": false,
30+
"url": "https://api.github.com/repos/nvahren/test-repo-visibility",
31+
"forks_url": "https://api.github.com/repos/nvahren/test-repo-visibility/forks",
32+
"keys_url": "https://api.github.com/repos/nvahren/test-repo-visibility/keys{/key_id}",
33+
"collaborators_url": "https://api.github.com/repos/nvahren/test-repo-visibility/collaborators{/collaborator}",
34+
"teams_url": "https://api.github.com/repos/nvahren/test-repo-visibility/teams",
35+
"hooks_url": "https://api.github.com/repos/nvahren/test-repo-visibility/hooks",
36+
"issue_events_url": "https://api.github.com/repos/nvahren/test-repo-visibility/issues/events{/number}",
37+
"events_url": "https://api.github.com/repos/nvahren/test-repo-visibility/events",
38+
"assignees_url": "https://api.github.com/repos/nvahren/test-repo-visibility/assignees{/user}",
39+
"branches_url": "https://api.github.com/repos/nvahren/test-repo-visibility/branches{/branch}",
40+
"tags_url": "https://api.github.com/repos/nvahren/test-repo-visibility/tags",
41+
"blobs_url": "https://api.github.com/repos/nvahren/test-repo-visibility/git/blobs{/sha}",
42+
"git_tags_url": "https://api.github.com/repos/nvahren/test-repo-visibility/git/tags{/sha}",
43+
"git_refs_url": "https://api.github.com/repos/nvahren/test-repo-visibility/git/refs{/sha}",
44+
"trees_url": "https://api.github.com/repos/nvahren/test-repo-visibility/git/trees{/sha}",
45+
"statuses_url": "https://api.github.com/repos/nvahren/test-repo-visibility/statuses/{sha}",
46+
"languages_url": "https://api.github.com/repos/nvahren/test-repo-visibility/languages",
47+
"stargazers_url": "https://api.github.com/repos/nvahren/test-repo-visibility/stargazers",
48+
"contributors_url": "https://api.github.com/repos/nvahren/test-repo-visibility/contributors",
49+
"subscribers_url": "https://api.github.com/repos/nvahren/test-repo-visibility/subscribers",
50+
"subscription_url": "https://api.github.com/repos/nvahren/test-repo-visibility/subscription",
51+
"commits_url": "https://api.github.com/repos/nvahren/test-repo-visibility/commits{/sha}",
52+
"git_commits_url": "https://api.github.com/repos/nvahren/test-repo-visibility/git/commits{/sha}",
53+
"comments_url": "https://api.github.com/repos/nvahren/test-repo-visibility/comments{/number}",
54+
"issue_comment_url": "https://api.github.com/repos/nvahren/test-repo-visibility/issues/comments{/number}",
55+
"contents_url": "https://api.github.com/repos/nvahren/test-repo-visibility/contents/{+path}",
56+
"compare_url": "https://api.github.com/repos/nvahren/test-repo-visibility/compare/{base}...{head}",
57+
"merges_url": "https://api.github.com/repos/nvahren/test-repo-visibility/merges",
58+
"archive_url": "https://api.github.com/repos/nvahren/test-repo-visibility/{archive_format}{/ref}",
59+
"downloads_url": "https://api.github.com/repos/nvahren/test-repo-visibility/downloads",
60+
"issues_url": "https://api.github.com/repos/nvahren/test-repo-visibility/issues{/number}",
61+
"pulls_url": "https://api.github.com/repos/nvahren/test-repo-visibility/pulls{/number}",
62+
"milestones_url": "https://api.github.com/repos/nvahren/test-repo-visibility/milestones{/number}",
63+
"notifications_url": "https://api.github.com/repos/nvahren/test-repo-visibility/notifications{?since,all,participating}",
64+
"labels_url": "https://api.github.com/repos/nvahren/test-repo-visibility/labels{/name}",
65+
"releases_url": "https://api.github.com/repos/nvahren/test-repo-visibility/releases{/id}",
66+
"deployments_url": "https://api.github.com/repos/nvahren/test-repo-visibility/deployments",
67+
"created_at": "2021-04-01T16:59:17Z",
68+
"updated_at": "2021-04-01T16:59:18Z",
69+
"pushed_at": "2021-04-01T16:59:17Z",
70+
"git_url": "git://github.com/nvahren/test-repo-visibility.git",
71+
"ssh_url": "git@github.com:nvahren/test-repo-visibility.git",
72+
"clone_url": "https://github.com/nvahren/test-repo-visibility.git",
73+
"svn_url": "https://github.com/nvahren/test-repo-visibility",
74+
"homepage": null,
75+
"size": 0,
76+
"stargazers_count": 0,
77+
"watchers_count": 0,
78+
"language": null,
79+
"has_issues": true,
80+
"has_projects": true,
81+
"has_downloads": true,
82+
"has_wiki": true,
83+
"has_pages": false,
84+
"forks_count": 0,
85+
"mirror_url": null,
86+
"archived": false,
87+
"disabled": false,
88+
"open_issues_count": 0,
89+
"license": null,
90+
"is_template": false,
91+
"visibility": "private",
92+
"forks": 0,
93+
"open_issues": 0,
94+
"watchers": 0,
95+
"default_branch": "master",
96+
"permissions": {
97+
"admin": true,
98+
"push": true,
99+
"pull": true
100+
},
101+
"temp_clone_token": "ACCHBH6M4RVT5KY5IR3ZGYTAMX6RM",
102+
"allow_squash_merge": true,
103+
"allow_merge_commit": true,
104+
"allow_rebase_merge": true,
105+
"delete_branch_on_merge": false,
106+
"network_count": 0,
107+
"subscribers_count": 1
108+
}

src/test/resources/org/kohsuke/github/GHRepositoryTest/wiremock/testGetRepositoryWithVisibility/__files/repos_nvahren_test-repo-visibility-6.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"id": 353724658,
3-
"node_id": "MDEwOlJlcG9zaXRvcnkzNTM3MjQ2NTg=",
2+
"id": 353769090,
3+
"node_id": "MDEwOlJlcG9zaXRvcnkzNTM3NjkwOTA=",
44
"name": "test-repo-visibility",
55
"full_name": "nvahren/test-repo-visibility",
6-
"private": true,
6+
"private": false,
77
"owner": {
88
"login": "nvahren",
99
"id": 8679583,
@@ -64,9 +64,9 @@
6464
"labels_url": "https://api.github.com/repos/nvahren/test-repo-visibility/labels{/name}",
6565
"releases_url": "https://api.github.com/repos/nvahren/test-repo-visibility/releases{/id}",
6666
"deployments_url": "https://api.github.com/repos/nvahren/test-repo-visibility/deployments",
67-
"created_at": "2021-04-01T14:20:18Z",
68-
"updated_at": "2021-04-01T14:20:19Z",
69-
"pushed_at": "2021-04-01T14:20:19Z",
67+
"created_at": "2021-04-01T16:59:17Z",
68+
"updated_at": "2021-04-01T16:59:22Z",
69+
"pushed_at": "2021-04-01T16:59:17Z",
7070
"git_url": "git://github.com/nvahren/test-repo-visibility.git",
7171
"ssh_url": "git@github.com:nvahren/test-repo-visibility.git",
7272
"clone_url": "https://github.com/nvahren/test-repo-visibility.git",
@@ -87,7 +87,7 @@
8787
"disabled": false,
8888
"open_issues_count": 0,
8989
"license": null,
90-
"visibility": "private",
90+
"visibility": "public",
9191
"forks": 0,
9292
"open_issues": 0,
9393
"watchers": 0,

src/test/resources/org/kohsuke/github/GHRepositoryTest/wiremock/testGetRepositoryWithVisibility/__files/repos_nvahren_test-repo-visibility-7.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"id": 353724658,
3-
"node_id": "MDEwOlJlcG9zaXRvcnkzNTM3MjQ2NTg=",
2+
"id": 353769090,
3+
"node_id": "MDEwOlJlcG9zaXRvcnkzNTM3NjkwOTA=",
44
"name": "test-repo-visibility",
55
"full_name": "nvahren/test-repo-visibility",
6-
"private": true,
6+
"private": false,
77
"owner": {
88
"login": "nvahren",
99
"id": 8679583,
@@ -64,9 +64,9 @@
6464
"labels_url": "https://api.github.com/repos/nvahren/test-repo-visibility/labels{/name}",
6565
"releases_url": "https://api.github.com/repos/nvahren/test-repo-visibility/releases{/id}",
6666
"deployments_url": "https://api.github.com/repos/nvahren/test-repo-visibility/deployments",
67-
"created_at": "2021-04-01T14:20:18Z",
68-
"updated_at": "2021-04-01T14:20:19Z",
69-
"pushed_at": "2021-04-01T14:20:19Z",
67+
"created_at": "2021-04-01T16:59:17Z",
68+
"updated_at": "2021-04-01T16:59:22Z",
69+
"pushed_at": "2021-04-01T16:59:17Z",
7070
"git_url": "git://github.com/nvahren/test-repo-visibility.git",
7171
"ssh_url": "git@github.com:nvahren/test-repo-visibility.git",
7272
"clone_url": "https://github.com/nvahren/test-repo-visibility.git",
@@ -96,7 +96,7 @@
9696
"push": true,
9797
"pull": true
9898
},
99-
"temp_clone_token": "ACCHBH3NKBO4HPYLKKIJMLTAMXL5A",
99+
"temp_clone_token": "",
100100
"allow_squash_merge": true,
101101
"allow_merge_commit": true,
102102
"allow_rebase_merge": true,

src/test/resources/org/kohsuke/github/GHRepositoryTest/wiremock/testGetRepositoryWithVisibility/__files/repos_nvahren_test-repo-visibility-8.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"id": 353724658,
3-
"node_id": "MDEwOlJlcG9zaXRvcnkzNTM3MjQ2NTg=",
2+
"id": 353769090,
3+
"node_id": "MDEwOlJlcG9zaXRvcnkzNTM3NjkwOTA=",
44
"name": "test-repo-visibility",
55
"full_name": "nvahren/test-repo-visibility",
6-
"private": true,
6+
"private": false,
77
"owner": {
88
"login": "nvahren",
99
"id": 8679583,
@@ -64,9 +64,9 @@
6464
"labels_url": "https://api.github.com/repos/nvahren/test-repo-visibility/labels{/name}",
6565
"releases_url": "https://api.github.com/repos/nvahren/test-repo-visibility/releases{/id}",
6666
"deployments_url": "https://api.github.com/repos/nvahren/test-repo-visibility/deployments",
67-
"created_at": "2021-04-01T14:20:18Z",
68-
"updated_at": "2021-04-01T14:20:20Z",
69-
"pushed_at": "2021-04-01T14:20:19Z",
67+
"created_at": "2021-04-01T16:59:17Z",
68+
"updated_at": "2021-04-01T16:59:22Z",
69+
"pushed_at": "2021-04-01T16:59:17Z",
7070
"git_url": "git://github.com/nvahren/test-repo-visibility.git",
7171
"ssh_url": "git@github.com:nvahren/test-repo-visibility.git",
7272
"clone_url": "https://github.com/nvahren/test-repo-visibility.git",
@@ -88,7 +88,7 @@
8888
"open_issues_count": 0,
8989
"license": null,
9090
"is_template": false,
91-
"visibility": "private",
91+
"visibility": "public",
9292
"forks": 0,
9393
"open_issues": 0,
9494
"watchers": 0,
@@ -98,7 +98,7 @@
9898
"push": true,
9999
"pull": true
100100
},
101-
"temp_clone_token": "ACCHBH3NKBO4HPYLKKIJMLTAMXL5A",
101+
"temp_clone_token": "",
102102
"allow_squash_merge": true,
103103
"allow_merge_commit": true,
104104
"allow_rebase_merge": true,

src/test/resources/org/kohsuke/github/GHRepositoryTest/wiremock/testGetRepositoryWithVisibility/__files/user-1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@
3030
"followers": 0,
3131
"following": 0,
3232
"created_at": "2014-09-06T16:40:29Z",
33-
"updated_at": "2021-04-01T13:32:30Z"
33+
"updated_at": "2021-04-01T16:32:12Z"
3434
}

0 commit comments

Comments
 (0)