mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2026-01-16 01:44:35 +00:00
revert comment
This commit is contained in:
parent
f25046c739
commit
6ca5ce20be
@ -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;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user