Skip to content
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.

Commit

Permalink
Merge pull request #345 from rahibbutt/fix-readme-example
Browse files Browse the repository at this point in the history
fix(readme): fix code example
  • Loading branch information
jwulf committed Nov 6, 2023
2 parents 57eea35 + f387253 commit 23781ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -660,7 +660,7 @@ const zbWorker = zbc.createWorker({
})

function handler(job) {
worker.log('Task variables', job.variables)
zbWorker.log('Task variables', job.variables)

// Task worker business logic goes here
const updateToBrokerVariables = {
Expand Down

0 comments on commit 23781ec

Please sign in to comment.