mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 11:29:46 +00:00
publishEvent: throw errors
This commit is contained in:
parent
c7a59b50d0
commit
9b68d2d08a
1 changed files with 2 additions and 0 deletions
|
|
@ -158,6 +158,8 @@ async function publishEvent(event: NostrEvent, c: AppContext): Promise<NostrEven
|
||||||
throw new HTTPException(422, {
|
throw new HTTPException(422, {
|
||||||
res: c.json({ error: e.message }, 422),
|
res: c.json({ error: e.message }, 422),
|
||||||
});
|
});
|
||||||
|
} else {
|
||||||
|
throw e;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue