Bug fix: import regex escape function

This commit is contained in:
John R. Supplee 2021-01-23 18:15:08 +02:00
parent 7a5aad9cd8
commit 082b16d422

View file

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