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 8df02d1 commit 07d6b1bCopy full SHA for 07d6b1b
components/linear_app/sources/common/webhook.mjs
@@ -25,7 +25,7 @@ export default {
25
db: "$.service.db",
26
},
27
async additionalProps() {
28
- const props = {}; console.log(await this.isAdmin());
+ const props = {};
29
if (!(await this.isAdmin())) {
30
props.alert = {
31
type: "alert",
0 commit comments