Skip to content

Commit

Permalink
edit get_Rs_arg_from_ts_arg
Browse files Browse the repository at this point in the history
  • Loading branch information
ShrinathNR committed Dec 4, 2024
1 parent ce74045 commit d51506a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rs_types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ impl ProgramInstruction {
// }
if is_account_struct {
ts_arg = quote! {
#ts_arg_obj_ident.#ts_arg_prop_ident
#ts_arg_obj_ident
};
} else {
ts_arg = quote! {
Expand Down

0 comments on commit d51506a

Please sign in to comment.