mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 21:06:42 +07:00
test deploy
This commit is contained in:
parent
cf30f13eff
commit
e50e8fd9d4
1 changed files with 1 additions and 1 deletions
|
@ -271,7 +271,7 @@ function* onLockCommentSaga({ id, is_locked }: ReturnType<typeof nodeLockComment
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
yield call(reqWrapper, postNodeLockComment, { current: current.id, id, is_locked });
|
yield call(reqWrapper, postNodeLockComment, { current: current.id, id, is_locked }); //
|
||||||
}
|
}
|
||||||
|
|
||||||
export default function* nodeSaga() {
|
export default function* nodeSaga() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue