experimenting

This commit is contained in:
Tony Grosinger 2024-02-21 19:33:59 -08:00
parent c24ffc0d47
commit 547fdb0fcf

View File

@ -85,7 +85,7 @@ export default {
data: { user_ids: thisBatch.map((uc) => uc.user.id).join(",") }, data: { user_ids: thisBatch.map((uc) => uc.user.id).join(",") },
}); });
thisBatch.forEach((uc) => { thisBatch.forEach((uc) => {
console.log(uc.user); console.log(uc.user.user_fields);
// Each user card expects its own promise // Each user card expects its own promise
// Rather than making a separate AJAX request for each // Rather than making a separate AJAX request for each