#sarah-node-search

1 messages · Page 1 of 1 (latest)

burnt capeBOT
stuck grotto
#

sarah-node-search

dry trellis
#

const customer = await stripe.customers.search({
query: metadata['MongoUID']:'${user.id}'
});

Is this the correct way to interpolate the search query?