We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd88702 commit a921f60Copy full SHA for a921f60
app.js
@@ -8,7 +8,7 @@ const { getLiveUpdates } = require('./lib/reddit.js');
8
9
const app = express();
10
const port = process.env.PORT || 3001;
11
-const IS_CURL_RE = /\bcurl\b/gim;
+const IS_CURL_RE = /\bcurl\b/im;
12
13
function errorHandler(error, res) {
14
console.error(error);
0 commit comments