From cb7e91d8c59e360560842c17583395d558ad77ef Mon Sep 17 00:00:00 2001 From: Finn Stutzenstein Date: Thu, 19 Nov 2020 13:54:53 +0100 Subject: [PATCH] Fixed ActionsResult --- docs/interfaces/action-service.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/interfaces/action-service.txt b/docs/interfaces/action-service.txt index 0b17c2701..1b4178d87 100644 --- a/docs/interfaces/action-service.txt +++ b/docs/interfaces/action-service.txt @@ -46,7 +46,7 @@ interace ActionsResponse { * * To report errors, use the ActionError format! **/ - results: ((object | null)[] | null )[] + results: ((object | ActionError | null)[] | null )[] } interface ActionError {