Skip to content

Commit

Permalink
chore: fix build (#857)
Browse files Browse the repository at this point in the history
  • Loading branch information
fmvilas authored Oct 28, 2024
1 parent b813719 commit 90e8459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web-adapter/http.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 90e8459

Please sign in to comment.