summaryrefslogtreecommitdiffhomepage
path: root/gui/src/shared
diff options
context:
space:
mode:
authorJanito Vaqueiro Ferreira Filho <janito@mullvad.net>2019-07-01 17:26:02 -0300
committerJanito Vaqueiro Ferreira Filho <janito@mullvad.net>2019-07-01 17:26:02 -0300
commitd77a96468548f88c445ee27ccc5dfadbc884e74c (patch)
tree2b14fb1f8b2da359d1e765139fbd643de8d8cb30 /gui/src/shared
parent12c090a7699dbf9971503e374ba0a826cbe8371d (diff)
parent8c38691e32fb1788f391430b684905a268d66e2f (diff)
downloadmullvadvpn-d77a96468548f88c445ee27ccc5dfadbc884e74c.tar.xz
mullvadvpn-d77a96468548f88c445ee27ccc5dfadbc884e74c.zip
Merge branch 'fix-support-for-custom-relays'
Diffstat (limited to 'gui/src/shared')
-rw-r--r--gui/src/shared/daemon-rpc-types.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/src/shared/daemon-rpc-types.ts b/gui/src/shared/daemon-rpc-types.ts
index ec52d0ad5f..5d2c77d223 100644
--- a/gui/src/shared/daemon-rpc-types.ts
+++ b/gui/src/shared/daemon-rpc-types.ts
@@ -77,7 +77,7 @@ export type DaemonEvent =
export interface ITunnelStateRelayInfo {
endpoint: ITunnelEndpoint;
- location: ILocation;
+ location?: ILocation;
}
export type TunnelState =