experimenting

This commit is contained in:
Tony Grosinger 2024-02-21 19:32:51 -08:00
parent 5f9f25f555
commit c24ffc0d47

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); console.log(uc.user);
// 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