From 2c286b539c64430b4f7141737dfe372b9eb893c0 Mon Sep 17 00:00:00 2001 From: Seweryn Kras Date: Thu, 16 May 2024 13:34:56 +0200 Subject: [PATCH] chore: fix pool example --- examples/pool/hello-world.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/pool/hello-world.ts b/examples/pool/hello-world.ts index 337db7a76..63588e404 100644 --- a/examples/pool/hello-world.ts +++ b/examples/pool/hello-world.ts @@ -65,7 +65,6 @@ import { pinoPrettyLogger } from "@golem-sdk/pino-logger"; const pool = depModules.market.createLeaseProcessPool(proposalPool, allocation, { replicas: { max: CONCURRENCY }, - logger, }); const lease = await pool.acquire();