revert comment

This commit is contained in:
Ulf Gebhardt 2025-08-07 16:07:42 +02:00
parent f25046c739
commit 6ca5ce20be
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -27,7 +27,7 @@ async function setupNodeEvents(on, config) {
})
);
/* on('task', {
on('task', {
pushValue({ name, value }) {
testStore[name] = value
return true
@ -36,7 +36,7 @@ async function setupNodeEvents(on, config) {
console.log('getValue',name,testStore)
return testStore[name]
},
}); */
});
return config;
}