Skip to content

Commit 8ce6ebe

Browse files
committed
fix eslint error
1 parent 030251b commit 8ce6ebe

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/graphql/resolvers/Notification.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,11 @@ export default {
5656
return user.notificationSettings;
5757
},
5858

59-
toggleNotification: async (parent, { procedureId }, { user, ProcedureModel, ActivityModel }) => {
59+
toggleNotification: async (
60+
parent,
61+
{ procedureId },
62+
{ user, ProcedureModel, ActivityModel },
63+
) => {
6064
if (!user) {
6165
throw new Error('no Auth');
6266
}

0 commit comments

Comments
 (0)