mirror of
https://github.com/ReCloudStudio/WebHooker.git
synced 2026-09-22 16:11:29 +00:00
chore: auto-fix lint & formatting [skip ci]
This commit is contained in:
parent
3dce114cec
commit
17d10db845
11 changed files with 50 additions and 56 deletions
|
|
@ -96,12 +96,7 @@ export async function dispatchEvent(
|
|||
.map((a) =>
|
||||
a.ok
|
||||
? emojiPrefix("✅", true) +
|
||||
translate(
|
||||
"log.route_ok",
|
||||
{ route: a.routeName, target: a.target },
|
||||
undefined,
|
||||
tr,
|
||||
)
|
||||
translate("log.route_ok", { route: a.routeName, target: a.target }, undefined, tr)
|
||||
: emojiPrefix("❌", true) +
|
||||
translate(
|
||||
"log.route_fail",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue