1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-17 19:51:42 +00:00

remove repo

This commit is contained in:
Rokt33r
2016-05-02 04:36:34 +09:00
parent b9fd3b8b7d
commit 744907ac38
5 changed files with 61 additions and 43 deletions

View File

@@ -164,6 +164,13 @@ export function addRepo (data) {
}
}
export function removeRepo (data) {
return {
type: 'REMOVE_REPOSITORY',
data
}
}
export default {
updateUser,
@@ -188,5 +195,6 @@ export default {
toggleTutorial,
// v0.6.*
addRepo
addRepo,
removeRepo
}