forked from naskya/firefish
chore: format
This commit is contained in:
parent
4399e25398
commit
a254e85ac1
2 changed files with 2 additions and 2 deletions
|
@ -189,7 +189,7 @@ export default define(meta, paramDef, async (ps, _user, token) => {
|
|||
profileUpdates.mutedInstances = ps.mutedInstances;
|
||||
if (ps.mutingNotificationTypes !== undefined)
|
||||
profileUpdates.mutingNotificationTypes =
|
||||
ps.mutingNotificationTypes as (typeof notificationTypes)[number][];
|
||||
ps.mutingNotificationTypes as typeof notificationTypes[number][];
|
||||
if (typeof ps.isLocked === "boolean") updates.isLocked = ps.isLocked;
|
||||
if (typeof ps.isExplorable === "boolean")
|
||||
updates.isExplorable = ps.isExplorable;
|
||||
|
|
Loading…
Reference in a new issue