@byu-oit/vue-decision-processing-components
Advanced tools
Comparing version 8.35.13 to 8.35.14
{ | ||
"name": "@byu-oit/vue-decision-processing-components", | ||
"version": "8.35.13", | ||
"version": "8.35.14", | ||
"description": "Vue components shared between decision processing systems for the CES schools.", | ||
@@ -5,0 +5,0 @@ "dependencies": { |
@@ -43,3 +43,2 @@ import get from 'lodash.get' | ||
const stats = get(json, 'stats', []) | ||
console.log(`api/packetList::parseStats::stats=${JSON.stringify(stats)}`) | ||
const admitPeriods = stats.map(s => s.key).filter(s => /^[0-9]{5}$/.test(s)) | ||
@@ -56,4 +55,3 @@ return stats.reduce((acc, curr) => { | ||
const stats = parseStats(json) | ||
console.log(`api/packetList::parseResponse::stats=${JSON.stringify(stats)}`) | ||
return { data, total, stats } | ||
} |
@@ -27,3 +27,2 @@ // list shape: | ||
setUsers (state, { users = [] }) { | ||
console.log(`store::users::setUsers::users=${JSON.stringify(users)}`) | ||
state.list = users | ||
@@ -30,0 +29,0 @@ }, |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
436723
4163