fix(relay): properly process plain text payload (#39)

* fix(relay): properly process plain text payload

non-json text payload is passed as is.

* style: apply TS style fixes
This commit is contained in:
Mazen Touati
2026-01-17 20:43:06 +01:00
committed by GitHub
parent ac44e19dba
commit 7b0af6feff
7 changed files with 148 additions and 13 deletions

View File

@@ -30,7 +30,6 @@ defineOptions({
const VERSION = 'v0.3.0-alpha'; // x-release-please-version
/*
* Stores.
*/