add webhook gitea
This commit is contained in:
parent
3228d4d32f
commit
9f33979f5c
|
|
@ -1210,11 +1210,7 @@ const TestDevice = ({ socket, user }) => {
|
||||||
// if (data.type === "input") {
|
// if (data.type === "input") {
|
||||||
setIsLoading();
|
setIsLoading();
|
||||||
// }
|
// }
|
||||||
|
|
||||||
// if (data.type === "test") {
|
|
||||||
// getAllLastLog();
|
|
||||||
// }
|
|
||||||
|
|
||||||
// toast.success("update command")
|
// toast.success("update command")
|
||||||
});
|
});
|
||||||
}, [socket]);
|
}, [socket]);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue