Skip to content

Commit

Permalink
Update adapter.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Souvikns committed Oct 16, 2023
1 parent b3f57c0 commit cd0801d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/adapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class GleeAdapter extends EventEmitter {
constructor(
glee: Glee,
serverName: string,
server: Server | undefined,
server: Server,
parsedAsyncAPI: AsyncAPIDocument
) {
super()
Expand Down

0 comments on commit cd0801d

Please sign in to comment.