From a69565a07c23e4ba91ea90554540e688063709f4 Mon Sep 17 00:00:00 2001 From: fmvilas Date: Mon, 28 Oct 2024 21:20:39 +0100 Subject: [PATCH] chore: fix build --- 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 {