fix(core): update

This commit is contained in:
2019-09-06 18:28:39 +02:00
parent 8f71c68d8c
commit f105cdc806
3 changed files with 3 additions and 3 deletions

View File

@ -130,7 +130,7 @@ export class SmartNetwork {
}
public async getDefaultGateway() {
const result = {
const result = {
v4: await plugins.defaultGateway.v4(),
v6: await plugins.defaultGateway.v6()
};