1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 12:56:41 +07:00

test deploy

This commit is contained in:
Fedor Katurov 2019-12-01 20:35:43 +07:00
parent cf30f13eff
commit e50e8fd9d4

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