Skip to content

Commit

Permalink
Merge branch 'main' into Bugfix-Returning-Typenames
Browse files Browse the repository at this point in the history
  • Loading branch information
OberstVonGatow authored Aug 8, 2023
2 parents c0648b8 + 5fe0c24 commit 7b5d131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/zcl_oapi_json.clas.locals_imp.abap
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ CLASS lcl_stack IMPLEMENTATION.
METHOD push.
DATA ls_data LIKE LINE OF mt_data.
ls_data-name = iv_name.
ls_data-is_array = boolc( iv_type = 'array').
ls_data-is_array = boolc( iv_type = 'array' ).
APPEND ls_data TO mt_data.
ENDMETHOD.

Expand Down

0 comments on commit 7b5d131

Please sign in to comment.