Fix import
This commit is contained in:
parent
bd7e2dee3d
commit
c697079eb4
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
import { Anonymity, getRedactedCurrentLocation, IAnonymousEvent, IPseudonymousEvent, IRoomEvent,
|
||||
PosthogAnalytics } from '../src/PosthogAnalytics';
|
||||
import SdkConfig from '../src/SdkConfig';
|
||||
const crypto = require('crypto');
|
||||
import crypto = require('crypto');
|
||||
|
||||
class FakePosthog {
|
||||
public capture;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue