fix(core): update

This commit is contained in:
2021-04-27 09:46:31 +00:00
parent 1b9c354d69
commit b9380be999
5 changed files with 10 additions and 11 deletions

View File

@ -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;
}

View File

@ -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 };