safi-ullah08

Results 1 issues of safi-ullah08

Here is an example of how I am using it ``` const addMinutes = (minutes) => { return new Date(Date.now() + minutes * 60000).getTime(); }; const slot = resolveSlotNo('preprod', addMinutes(10));...