mirror of https://github.com/vector-im/riot-web
take 2 at fixing import
parent
7c62386915
commit
7cf28de9c9
|
@ -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';
|
||||||
import crypto = require('crypto');
|
import crypto from 'crypto';
|
||||||
|
|
||||||
class FakePosthog {
|
class FakePosthog {
|
||||||
public capture;
|
public capture;
|
||||||
|
|
Loading…
Reference in New Issue