wuffle 0.73.0 → 0.73.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -438,7 +438,7 @@ export default function Search(config, logger, store) {
438
438
  return null;
439
439
  }
440
440
 
441
- return buildTermFn(term);
441
+ return buildTermFn(term, user);
442
442
  }
443
443
 
444
444
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wuffle",
3
- "version": "0.73.0",
3
+ "version": "0.73.1",
4
4
  "description": "A multi-repository task board for GitHub issues",
5
5
  "author": {
6
6
  "name": "Nico Rehwaldt",
@@ -82,5 +82,5 @@
82
82
  "index.js",
83
83
  "wuffle.config.example.js"
84
84
  ],
85
- "gitHead": "a58cc7fcd73db7a1dc7babc25b97bb590119b69d"
85
+ "gitHead": "914903ed50d90df9a312a96c47ac66bf002604a9"
86
86
  }