I'm in a map/reduce context, in the reduce, creating a record, and trying to load one of my "queue" records and push the newly made id into it. My field to push into is an array of the transaction ids, and when I try use
.push
with my new id, I keep getting back
InternalError: Array index 0 is out of bounds [0..-1]