From 8dbb6beb6ccaac3a8befea3fa026a38df590cfa1 Mon Sep 17 00:00:00 2001 From: franzns <93920061+franzns@users.noreply.github.com> Date: Fri, 22 Nov 2024 16:04:06 +0100 Subject: [PATCH] add array to json (#1183) --- modules/actions/content/sync-hook-reviews.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/actions/content/sync-hook-reviews.ts b/modules/actions/content/sync-hook-reviews.ts index e78a9eeb..ccefa50e 100644 --- a/modules/actions/content/sync-hook-reviews.ts +++ b/modules/actions/content/sync-hook-reviews.ts @@ -13,7 +13,7 @@ export const syncHookReviews = async (): Promise => { description: item.description, summary: item.summary, reviewFile: item.review, - warnings: item.warnings.join(','), + warnings: item.warnings, })); // Get hook addresses from the database