فهرست منبع

Bug fix: import regex escape function

John R. Supplee 4 سال پیش
والد
کامیت
082b16d422
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  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');
 Boards = new Mongo.Collection('boards');
 
 
 /**
 /**