tdlib-json-cli icon indicating copy to clipboard operation
tdlib-json-cli copied to clipboard

Fix syntax error in types_generator.rb

Open oott123 opened this issue 1 year ago • 1 comments

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 avatar Jul 10 '24 03:07 oott123

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.

oott123 avatar Jul 10 '24 03:07 oott123