From 576ba19e761e4d051ff306a1d1703cf0799fd1d6 Mon Sep 17 00:00:00 2001 From: Dark Sun Date: Tue, 19 Dec 2023 22:12:26 +0300 Subject: [PATCH] fix --- api/routes/v2-history/get_actions/definitions.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/routes/v2-history/get_actions/definitions.ts b/api/routes/v2-history/get_actions/definitions.ts index e3ecae4..560db5a 100644 --- a/api/routes/v2-history/get_actions/definitions.ts +++ b/api/routes/v2-history/get_actions/definitions.ts @@ -15,7 +15,7 @@ export const extendedActions = new Set([ "voteproducer", 'statement', 'decision', - 'batch' + 'batch', 'act', 'exec', 'votefor',