Skip to content

Commit 8df02d1

Browse files
committed
update
1 parent 1c6926a commit 8df02d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/linear_app/sources/common/webhook.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ export default {
8383
}`,
8484
},
8585
});
86-
return !data?.user?.admin;
86+
return data?.user?.admin;
8787
},
8888
},
8989
hooks: {

0 commit comments

Comments
 (0)