There was an error while loading. Please reload this page.
1 parent bc43e38 commit 6a8f92dCopy full SHA for 6a8f92d
1 file changed
src/server.ts
@@ -225,7 +225,7 @@ export function getServer(
225
try {
226
const _market = await broker.loadMarkets();
227
228
- const market =await broker.market(symbol);// Example of Market BTC/USDT
+ const market = await broker.market(symbol); // Example of Market BTC/USDT
229
230
// Return normalized response
231
return callback(null, {
0 commit comments