sr-npm 1.7.647 → 1.7.648
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.
package/package.json
CHANGED
|
@@ -236,7 +236,7 @@ async function loadJobs(_$w) {
|
|
|
236
236
|
console.log(alljobs)
|
|
237
237
|
let newFilteredJobs=[]
|
|
238
238
|
let addedJobsIds=[]
|
|
239
|
-
|
|
239
|
+
console.log("selectedByField: ",selectedByField)
|
|
240
240
|
|
|
241
241
|
// AND across categories, OR within each category
|
|
242
242
|
for (const [, values] of selectedByField.entries()) {
|