🧱 update CI workflow and remove alpinejs frontend files
This commit is contained in:
@@ -32,7 +32,7 @@ local function move_to_dlq(red, event_json, reason)
|
||||
log.warn("Event moved to DLQ", { reason = reason, dlq_key = DLQ_KEY })
|
||||
end
|
||||
|
||||
local function process_event(red, event_json)
|
||||
local function process_event(_red, event_json)
|
||||
local ok_decode, event = pcall(cjson.decode, event_json)
|
||||
if not ok_decode or not event then
|
||||
return false, "decode_failed"
|
||||
|
||||
Reference in New Issue
Block a user