fix(core): update

This commit is contained in:
Philipp Kunz 2019-09-08 15:52:01 +02:00
parent a04151e537
commit ccece078a2

View File

@ -133,8 +133,4 @@ export class SmartNetwork {
const result = plugins.os.networkInterfaces();
return result;
}
public async getDefaultGateWay() {
// TOTO get default gateways
}
}