Ahmed kabeer Shaukat

Results 1 issues of Ahmed kabeer Shaukat

``` redisClient.updateMarketPrice = async function (options = {}) { try { if (!options.query) options.query = '@side:buy'; const { total, documents } = await redisClient.ft.search(USER_TABLE_NAME, '@symbol:DOT/USDT'); if (total > 0 &&...

help wanted