mirror of
https://github.com/wassname/talk.git
synced 2026-08-05 13:30:26 +08:00
Resolve linter issues
This commit is contained in:
@@ -73,7 +73,11 @@ const withSettingsToggle = settingsName => {
|
||||
mutations: {
|
||||
UpdateNotificationSettings: ({
|
||||
variables: { input },
|
||||
state: { auth: { user: { id } } },
|
||||
state: {
|
||||
auth: {
|
||||
user: { id },
|
||||
},
|
||||
},
|
||||
}) => ({
|
||||
update: proxy => {
|
||||
if (input[settingsName] === undefined) {
|
||||
|
||||
Reference in New Issue
Block a user