Skip to content

Fix syntax error in types_generator.rb#20

Open
oott123 wants to merge 2 commits intonightlyfrom
fix-syntax-error
Open

Fix syntax error in types_generator.rb#20
oott123 wants to merge 2 commits intonightlyfrom
fix-syntax-error

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