[Javascript] using void to ignore waiting for promise
When you have an async function, but your usecase doesn't need to wait for the promise to finish, instead of using await, you can use void to effectively ignores the promise.
void suggestTagsSampling(agent, createdEntry.id)

浙公网安备 33010602011771号