Skip to content
New issue

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

Feature/app-414-monitoring-adapter-for-invitation-balances #208

Merged

Conversation

ingoCollatz
Copy link
Contributor

No description provided.

const web3 = RpcGateway.get();

export const balanceCheckGetHandler = async (req: Request, res: Response) => {
let address = req.params.address;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if you never change the value of 'address', you can make it a const

@ingoCollatz ingoCollatz merged commit 9f93cca into dev Jul 24, 2023
3 checks passed
@ingoCollatz ingoCollatz deleted the feature/app-414-monitoring-adapter-for-invitation-balances branch July 24, 2023 07:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants