We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some can have pairs of lines like const response = await panoptic...; return response consolidated into 1 line. Doing so might then let you make several methods into => style methods. Context here: https://github.com/panoptic-labs/market_maker_bot/pull/17/files#r1752130144
const response = await panoptic...; return response
The text was updated successfully, but these errors were encountered:
ndeporzio
No branches or pull requests
Some can have pairs of lines like
const response = await panoptic...; return response
consolidated into 1 line. Doing so might then let you make several methods into => style methods. Context here: https://github.com/panoptic-labs/market_maker_bot/pull/17/files#r1752130144The text was updated successfully, but these errors were encountered: