Skip to content

Commit

Permalink
tweak callosum
Browse files Browse the repository at this point in the history
  • Loading branch information
Leask committed Jun 18, 2024
1 parent 518b2cc commit dce6d18
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions lib/callosum.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -51,21 +51,6 @@ const padWorkerId = async id =>

const listeners = {
...isPrimary ? {
// [newPresetAction()]: {
// action: SET,
// callback: (data, worker) => {
// const result = _set(data.key, data.value, {
// ...data.options || {}, updated_by: worker.id
// });
// data.action && engage(worker, data.action, result);
// },
// },
// [newPresetAction()]: {
// action: GET,
// callback: (data, worker) => engage(
// worker, data.action, _get(...data.key)
// ),
// },
[newPresetAction()]: {
action: CALL,
callback: async (data, worker) => {
Expand Down

0 comments on commit dce6d18

Please sign in to comment.