From 548cfe139b1b62dc43abf7e5a3362b67b872762e Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Wed, 23 Oct 2024 03:47:37 +0200 Subject: [PATCH] Remove comment about message queues --- src/dv/index.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/dv/index.ts b/src/dv/index.ts index 1b6da72..ac11a11 100644 --- a/src/dv/index.ts +++ b/src/dv/index.ts @@ -40,8 +40,6 @@ export class DotinoVeloce { this.federation .setNodeInfoDispatcher("/nodeinfo/2.1", this.#nodeInfoHandler.bind(this)) - - // TODO: Setup a message queue } async #nodeInfoHandler(_ctx: Context): Promise {