diff options
| author | Erik Larkö <erik@mullvad.net> | 2017-06-09 16:25:09 +0200 |
|---|---|---|
| committer | Erik Larkö <erik@mullvad.net> | 2017-06-09 16:25:09 +0200 |
| commit | 69da9117348257355fa7b3ea425b7ec253de7211 (patch) | |
| tree | ba1f3616f49d4ce5364c5f8e71038ebcc75db6f8 /app | |
| parent | 56c25917c793a3c2802d5fbfd53133ec25e62ff9 (diff) | |
| parent | a4eca7c967d54a26d69b7e4a2f9c38b4580aea5e (diff) | |
| download | mullvadvpn-69da9117348257355fa7b3ea425b7ec253de7211.tar.xz mullvadvpn-69da9117348257355fa7b3ea425b7ec253de7211.zip | |
Merge branch 'validated-object'
Diffstat (limited to 'app')
| -rw-r--r-- | app/lib/ipc-facade.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/lib/ipc-facade.js b/app/lib/ipc-facade.js index e24a89dd65..f82c0a326a 100644 --- a/app/lib/ipc-facade.js +++ b/app/lib/ipc-facade.js @@ -2,7 +2,7 @@ import JsonRpcWs, { InvalidReply } from './jsonrpc-ws-ipc'; import { object, string, number, arrayOf } from 'validated/schema'; -import { validate } from 'validated/json5'; +import { validate } from 'validated/object'; export type AccountData = {paid_until: string}; export type AccountNumber = string; |
