mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 13:06:50 +00:00
Update error string
This commit is contained in:
parent
b34ed5c4c0
commit
7f3f81a111
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ namespace PluralKit.API
|
|||
}
|
||||
catch (InvalidPatchException e)
|
||||
{
|
||||
return BadRequest($"Request field is invalid: {e.Message}");
|
||||
return BadRequest($"Request field '{e.Message}' is invalid.");
|
||||
}
|
||||
|
||||
var newMember = await _repo.UpdateMember(conn, member.Id, patch);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue