1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 04:46:40 +07:00
This commit is contained in:
Fedor Katurov 2020-04-09 14:23:51 +07:00
parent 8faf22dbbf
commit c9d45d97dc

View file

@ -16,7 +16,6 @@ export const postNode = ({
.post(API.NODE.SAVE, { node }, configWithToken(access))
.then(resultMiddleware)
.catch(errorMiddleware);
// .then(console.log);
export const getNodes = ({
from = null,