Skip to content

Commit 3035367

Browse files
committed
Remove duplicate action
1 parent 58c6944 commit 3035367

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/store/Developers.js

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,6 @@ const actions = {
2222
},
2323
getDeveloperByUsername(context, username) {
2424
return state.developers.find(developer => developer.login === username);
25-
},
26-
async getRepositories({ commit }) {
27-
const repositories = await API.getRepositories().catch(e => {
28-
console.error(e);
29-
30-
return [];
31-
});
32-
33-
commit("SET_REPOSITORIES", repositories);
3425
}
3526
};
3627

0 commit comments

Comments
 (0)