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