1
0
Fork 0
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:
Fedor Katurov 2019-12-01 20:37:25 +07:00
parent e50e8fd9d4
commit 033e376497

View file

@ -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() {