Skip to content

Commit

Permalink
Merge pull request #261 from multiversx/redo-246
Browse files Browse the repository at this point in the history
PR #246
  • Loading branch information
andreibancioiu authored Feb 20, 2023
2 parents 5c72787 + 7dd714c commit 4aac598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/smartcontracts/typesystem/endpoint.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export class EndpointDefinition {
mutability: string,
payableInTokens: string[],
inputs: any[],
outputs: []
outputs: any[]
}): EndpointDefinition {
json.name = json.name == null ? NamePlaceholder : json.name;
json.payableInTokens = json.payableInTokens || [];
Expand Down

0 comments on commit 4aac598

Please sign in to comment.