This commit is contained in:
Charles Henry 2018-05-25 13:32:06 +01:00
commit e38f92b159

View File

@ -237,8 +237,8 @@ guarantee that your application continues to function properly in the future.
```json ```json
{ {
"result": [ "result": [
["Default"], {"result": "Default", "error": null},
[1494723142483, 1494703460437, 1494703479525] {"result": [1494723142483, 1494703460437, 1494703479525], "error": null}
], ],
"error": null "error": null
} }