···227227228228 for (const listen of body.payload) {
229229 const { track_name, artist_name, release_name } = listen.track_metadata;
230230+ // TODO: could just make the server set this.
230231 if (!listen.listened_at) {
231232 return c.json({ error: "Missing listened_at" }, 400);
232233 }