Skip to content

Commit

Permalink
keeping DateTime for timestamps
Browse files Browse the repository at this point in the history
  • Loading branch information
jablan committed Oct 11, 2023
1 parent 0124884 commit 3fd81cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
def self.openapi_types
{
{{#vars}}
:'{{{name}}}' => :'{{{dataType}}}'{{^-last}},{{/-last}}
:'{{{name}}}' => :'{{^isDateTime}}{{{dataType}}}{{/isDateTime}}{{#isDateTime}}DateTime{{/isDateTime}}'{{^-last}},{{/-last}}
{{/vars}}
}
end
Expand Down

0 comments on commit 3fd81cf

Please sign in to comment.