mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 22:17:30 -07:00
refine error msg
This commit is contained in:
parent
f5a9add712
commit
d91358ce2f
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ export function apiAccountMastodon(router: Router): void {
|
|||
if (data.data.length === 0) {
|
||||
ctx.status = 404;
|
||||
ctx.body = {
|
||||
error: "Record not found"
|
||||
error: `Record (${ctx.query.acct}) not found`
|
||||
}
|
||||
}
|
||||
} catch (e: any) {
|
||||
|
|
Loading…
Reference in a new issue