Browse Source

Bug fix: import regex escape function

John R. Supplee 4 năm trước cách đây
mục cha
commit
082b16d422
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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');
 
 /**