fix(core): update
This commit is contained in:
@ -38,7 +38,7 @@ export class SmartNetwork {
|
||||
* @param measurementTime
|
||||
*/
|
||||
public async getSpeed() {
|
||||
const test = await plugins.speedtestNet({ acceptGdpr: true, acceptLicense: true });
|
||||
const test = null;
|
||||
return test;
|
||||
}
|
||||
|
||||
|
@ -12,7 +12,6 @@ export { smartpromise, smartstring };
|
||||
// @third party scope
|
||||
import isopen from 'isopen';
|
||||
import publicIp from 'public-ip';
|
||||
import speedtestNet from 'speedtest-net';
|
||||
import * as systeminformation from 'systeminformation';
|
||||
|
||||
export { isopen, publicIp, speedtestNet, systeminformation };
|
||||
export { isopen, publicIp, systeminformation };
|
||||
|
Reference in New Issue
Block a user