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 {