This commit is contained in:
sxyazi 2024-12-01 22:53:58 +08:00
parent 5758b24b4f
commit 20f5f77224
No known key found for this signature in database

View file

@ -24,7 +24,6 @@ impl App {
};
_ = Lives::scope(&self.cx, || {
tracing::debug!("Accepting payload: {payload}");
let body = payload.body.into_lua(&LUA)?;
for f in map.values() {
if let Err(e) = f.call::<()>(body.clone()) {