From f7ba41dd8fddea5b05818e0e3b94531627bc4701 Mon Sep 17 00:00:00 2001 From: Finn Stutzenstein Date: Wed, 3 Feb 2021 10:06:16 +0100 Subject: [PATCH] Revert "Fix action interface" --- 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 2fd6f6fcb..59dc3f00b 100644 --- a/docs/interfaces/action-service.txt +++ b/docs/interfaces/action-service.txt @@ -45,7 +45,7 @@ interace ActionsResponse { * * To report errors, use the ActionError format! **/ - results: ((object | null)[] | null )[] | ActionError + results: ((object | ActionError | null)[] | null )[] } interface ActionError {