Skip to content

Commit

Permalink
fix: eventsource import
Browse files Browse the repository at this point in the history
  • Loading branch information
soyuka committed Jan 27, 2025
1 parent 1831234 commit 1edb86f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mercure/mercure.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/// <reference types="@types/eventsource" />
import EventSource from 'eventsource'
import * as EventSource from 'eventsource'
let lastEventId: string
const eventSources = new Map();
const topics = new Map();
Expand Down

0 comments on commit 1edb86f

Please sign in to comment.