Sfoglia il codice sorgente

Bug fix: import regex escape function

John R. Supplee 4 anni fa
parent
commit
082b16d422
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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');
 
 /**