Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c6c99cc

Browse files
committed
use allUsers size instead
1 parent 8915ec0 commit c6c99cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/models/user-store.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ export default class UserStore {
104104
await this.loadUsersFromGraphQL(githubRemotes);
105105
}
106106

107-
if (this.getUsers().length === 0) {
107+
if (this.allUsers.size === 0) {
108108
this.addUsers(data.authors, source.GITLOG);
109109
}
110110
}

0 commit comments

Comments
 (0)