#mochihealth

1 messages · Page 1 of 1 (latest)

dapper matrixBOT
tough ermine
wind ice
#

the limit is 100

#

thats the weird part

#

await stripe.promotionCodes.list({
limit: 100,
starting_after: a.data[a.data.length - 1].id,
});

#

?

tough ermine
#

What is variable a?

wind ice
#

its just a temp variable storing the results of the last query

#

nvm