mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-17 19:51:42 +00:00
remove repo
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user