Skip to content

Commit

Permalink
prettier fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hayatosc committed Aug 31, 2024
1 parent 510a4c1 commit c3afc37
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/adapter/bun/websocket.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@ export interface BunWebSocketData {
protocol: string
}

const createWSContext = (
ws: BunServerWebSocket<BunWebSocketData>
): WSContext => {
const createWSContext = (ws: BunServerWebSocket<BunWebSocketData>): WSContext => {
return {
send: (source, options) => {
const sendingData =
Expand Down

0 comments on commit c3afc37

Please sign in to comment.