diff --git a/.github/workflows/pocketbase-bot.yml b/.github/workflows/pocketbase-bot.yml index 0570541c1..2d5ce52c8 100644 --- a/.github/workflows/pocketbase-bot.yml +++ b/.github/workflows/pocketbase-bot.yml @@ -388,7 +388,7 @@ jobs: const res = await request(recordsUrl + '/' + record.id, { method: 'PATCH', headers: { 'Authorization': token, 'Content-Type': 'application/json' }, - body: JSON.stringify({ notes_json: JSON.stringify(arr) }) + body: JSON.stringify({ notes_json: arr }) }); if (!res.ok) { await addReaction('-1');