mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-14 01:30:13 +00:00
fix: typo in GroupPatch json
This commit is contained in:
parent
8854063fe9
commit
e8d9106543
1 changed files with 1 additions and 1 deletions
|
|
@ -130,7 +130,7 @@ namespace PluralKit.Core
|
||||||
p.Add("list_privacy", ListPrivacy.Value.ToJsonString());
|
p.Add("list_privacy", ListPrivacy.Value.ToJsonString());
|
||||||
|
|
||||||
if (Visibility.IsPresent)
|
if (Visibility.IsPresent)
|
||||||
p.Add("visibilithy", Visibility.Value.ToJsonString());
|
p.Add("visibility", Visibility.Value.ToJsonString());
|
||||||
|
|
||||||
o.Add("privacy", p);
|
o.Add("privacy", p);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue