From f387253c1788b2ae9c379af9c693fb8afa72676e Mon Sep 17 00:00:00 2001 From: Rahib Nazir Butt <39530209+rahibbutt@users.noreply.github.com> Date: Thu, 2 Nov 2023 16:59:46 +0000 Subject: [PATCH] fix(readme): fix code example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6af837f..8b05bde 100644 --- a/README.md +++ b/README.md @@ -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 = {