diff options
| -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; |
