Skip to content

Commit

Permalink
chore(rrweb): fix issue typing issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jxiwang committed Oct 18, 2024
1 parent 41a53cc commit 68ee960
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/web-extension/src/utils/storage.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { eventWithTime } from '@amplitude/rrweb-types';
import type { eventWithTime } from '@amplitude/rrweb-types';
import { openDB } from 'idb';
import { Session } from '~/types';
import type { Session } from '~/types';

/**
* Storage related functions with indexedDB.
Expand Down

0 comments on commit 68ee960

Please sign in to comment.