Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bcaudan committed Jul 6, 2023
1 parent a90ccfe commit 11385ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rum/test/mockWorker.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { createNewEvent } from '../../core/test'
import type { DeflateWorkerAction, DeflateWorkerResponse } from '@datadog/browser-worker'
import { createNewEvent } from '../../core/test'
import type { DeflateWorker } from '../src/domain/segmentCollection'

type DeflateWorkerListener = (event: { data: DeflateWorkerResponse }) => void
Expand Down

0 comments on commit 11385ba

Please sign in to comment.