mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
fix(api): show correct autoproxy member uuid
This commit is contained in:
parent
7bf6c2064f
commit
d28b67cb81
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ public class DiscordControllerV2: PKControllerBase
|
|||
if (settings.AutoproxyMember != null)
|
||||
member = await _repo.GetMember(settings.AutoproxyMember.Value);
|
||||
|
||||
return Ok(settings.ToJson(member?.Hid));
|
||||
return Ok(settings.ToJson(member?.Uuid.ToString()));
|
||||
}
|
||||
|
||||
[HttpPatch("systems/{systemRef}/guilds/{guild_id}")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue