mirror of
https://github.com/alexgo-io/redstone-cache-layer.git
synced 2026-01-12 16:53:15 +08:00
chore: add params logging
This commit is contained in:
@@ -276,8 +276,8 @@ export const prices = (router: Router) => {
|
||||
eventProps: params,
|
||||
ip: getIp(req),
|
||||
});
|
||||
console.log("Getting prices")
|
||||
|
||||
console.log("Getting prices");
|
||||
console.log(`AllParams ${JSON.stringify(params)}`);
|
||||
// Getting provider details
|
||||
const providerDetails = await getProviderFromParams(params);
|
||||
params.provider = providerDetails.address;
|
||||
|
||||
Reference in New Issue
Block a user