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,
|
import { Anonymity, getRedactedCurrentLocation, IAnonymousEvent, IPseudonymousEvent, IRoomEvent,
|
||||||
PosthogAnalytics } from '../src/PosthogAnalytics';
|
PosthogAnalytics } from '../src/PosthogAnalytics';
|
||||||
import SdkConfig from '../src/SdkConfig';
|
import SdkConfig from '../src/SdkConfig';
|
||||||
const crypto = require('crypto');
|
import crypto = require('crypto');
|
||||||
|
|
||||||
class FakePosthog {
|
class FakePosthog {
|
||||||
public capture;
|
public capture;
|
||||||
|
|
Loading…
Reference in New Issue