Skip to content

Commit

Permalink
fix: disable event subscription verification (#9)
Browse files Browse the repository at this point in the history
fixes #1
  • Loading branch information
gr2m authored Sep 1, 2020
1 parent 0bd927d commit f01ebf8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
process.env.DISABLE_STATS = 'true';
process.env.DISABLE_WEBHOOK_EVENT_CHECK = 'true';

const path = require('path');
const uuid = require('uuid');
Expand Down

0 comments on commit f01ebf8

Please sign in to comment.