We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c6926a commit 8df02d1Copy full SHA for 8df02d1
components/linear_app/sources/common/webhook.mjs
@@ -83,7 +83,7 @@ export default {
83
}`,
84
},
85
});
86
- return !data?.user?.admin;
+ return data?.user?.admin;
87
88
89
hooks: {
0 commit comments