From 90e84590dcafed37ea32513a8cde2962f8c7af65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=20M=C3=A9ndez?= Date: Mon, 28 Oct 2024 21:24:30 +0100 Subject: [PATCH] chore: fix build (#857) --- packages/web-adapter/http.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/web-adapter/http.ts b/packages/web-adapter/http.ts index 54c4bbbdf..c52f00208 100644 --- a/packages/web-adapter/http.ts +++ b/packages/web-adapter/http.ts @@ -2,7 +2,7 @@ import got, { Method } from 'got' import http from 'http' import { GleeQuoreAdapter, GleeQuoreMessage } from '@asyncapi/gleequore' import { ChannelInterface, OperationInterface } from '@asyncapi/parser' -import type { Authenticatable } from '@asyncapi/gleequore' +import type { Authenticatable } from './index.d.js' import GleeQuoreAuth from './wsHttpAuth.js' class HttpClientAdapter extends GleeQuoreAdapter {