experimenting

This commit is contained in:
Tony Grosinger 2024-02-21 19:11:53 -08:00
parent ced8da438c
commit 5f9f25f555

View File

@ -85,6 +85,8 @@ 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);
// 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
// We re-use the `user-cards.json` promise, and manipulate the data // We re-use the `user-cards.json` promise, and manipulate the data