mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-14 17:50:13 +00:00
fix: only pass values that are used to edit components
This commit is contained in:
parent
2bcaabc5ae
commit
27a7f73cc7
6 changed files with 6 additions and 6 deletions
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
let err: string;
|
||||
|
||||
let input = new Sys(user);
|
||||
let input = new Sys({privacy: user.privacy});
|
||||
|
||||
async function submit() {
|
||||
let data = input;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue