Browse Source

Bug fix: import regex escape function

John R. Supplee 4 years ago
parent
commit
082b16d422
1 changed files with 1 additions and 0 deletions
  1. 1 0
      models/boards.js

+ 1 - 0
models/boards.js

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