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

Fix syntax error in types_generator.rb #20

Open
wants to merge 2 commits into
base: nightly
Choose a base branch
from
Open

Conversation

oott123
Copy link
Owner

@oott123 oott123 commented Jul 10, 2024

Fix syntax errors in types-generator/lib/types_generator.rb:

  • Replace object.merge(returnType:) with object.merge!(returnType: returnType) on line 60.
  • Replace object.merge(fields:, extends:) with object.merge!(fields: fields, extends: extends) on line 61.
  • Add end at the end of the file.

For more details, open the Copilot Workspace session.

@oott123
Copy link
Owner Author

oott123 commented Jul 10, 2024

Fix syntax error in types-generator/lib/types_generator.rb

  • Add missing end statement at the end of the file to resolve the syntax error.

For more details, open the Copilot Workspace session.

Fix syntax error in `types-generator/lib/types_generator.rb`

* Add missing `end` statement at the end of the file to resolve the syntax error. 

---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/oott123/tdlib-json-cli/pull/20?shareId=3cb3ea54-c10f-4751-9dab-29191698c65f).
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.

1 participant