diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2018-08-08 11:23:39 +0200 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2018-08-08 16:25:34 +0200 |
| commit | 465ee267e3b883db016eaa0710efe135787eea40 (patch) | |
| tree | 6bd5ad436b3d3a6f9463d3b0f5ed48d653c4e63c | |
| parent | d42bc9d261ecec2bb213d44323fb385d67eacc71 (diff) | |
| download | mullvadvpn-465ee267e3b883db016eaa0710efe135787eea40.tar.xz mullvadvpn-465ee267e3b883db016eaa0710efe135787eea40.zip | |
Fix typo
| -rw-r--r-- | app/lib/daemon-rpc.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/lib/daemon-rpc.js b/app/lib/daemon-rpc.js index fb3915e068..163ea170d0 100644 --- a/app/lib/daemon-rpc.js +++ b/app/lib/daemon-rpc.js @@ -327,7 +327,7 @@ export class DaemonRpc implements DaemonRpcProtocol { const validatedObject = validate(RelaySettingsSchema, response); /* $FlowFixMe: - There is no way to express the constraints with string literals, i.e: + There is no way to express constraints with string literals, i.e: RelaySettingsSchema constraint: oneOf(string, object) |
