mirror of https://github.com/vector-im/riot-web
Fix import
parent
bd7e2dee3d
commit
c697079eb4
|
@ -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…
Reference in New Issue