Merge pull request #3476 from jrsupplee/patch-4

Bug fix: import regex escape function
This commit is contained in:
Lauri Ojansivu 2021-01-23 18:52:06 +02:00 committed by GitHub
commit 143f259904
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,3 +1,4 @@
const escapeForRegex = require('escape-string-regexp');
Boards = new Mongo.Collection('boards');
/**