hjacque

Results 5 comments of hjacque

wrote this small function that does the trick, let me know ``` import fetch from "node-fetch"; const cancelCharge = async (chargeCode: string, apiKey: string): Promise => { try { await...

wrote this small function that does the trick, let me know ``` import fetch from "node-fetch"; const cancelCharge = async (chargeCode: string, apiKey: string): Promise => { try { await...

> > wrote this small function that does the trick, let me know > > ``` > > const cancelCoinbaseCharge = async (chargeCode: string, apiKey: string): Promise => { >...

thanks for your answers @Mr-Cool @benjamin658 It seems like the paginator resort my data after my query due to sortBy field being undefined. To give you more info on the...

Hello @remithomas I have actually switch to our own paginator tool, page based not cursor base tho, took 1 day to build it with typeorm, pretty simple, sorry I could...