Skip to content

Conversation

matheuspoleza
Copy link

Fixes or implements VF-XXX

Brief description. What is this change?

Implementation details. How do you make this change?

Setup information

Deployment Notes

Related PRs

branch PR
other_pr_production link
other_pr_master link

Checklist

  • title of PR reflects the branch name
  • all commits adhere to conventional commits
  • appropriate tests have been written
  • all the dependencies are upgraded

return true
end

def main()
Copy link
Member

Choose a reason for hiding this comment

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

you technically don't even need this main function. I only did it in NodeJS because you can't use await in the top level code.

What it looks like in action:

```
➜ nodeJS git:(master) ✗ npm run start
Copy link
Contributor

Choose a reason for hiding this comment

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

Might want to change this to be Ruby specific

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants