We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e34feb commit 5d16d4eCopy full SHA for 5d16d4e
frontend/src/cardata/Cardata.tsx
@@ -66,7 +66,7 @@ function Cardata() {
66
useEffect(() => {
67
const startShutdownTimer = () => {
68
shutdownTimer.current = setTimeout(() => {
69
- //sysChannel.emit("systemTask", "shutdown");
+ sysChannel.emit("systemTask", "shutdown");
70
}, 10000);
71
};
72
0 commit comments