Skip to content

Commit

Permalink
Fix typescript warning. (stellar#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
fnando authored Jul 2, 2024
1 parent 3c8e0be commit 68bd0a8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion initialize.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ function importContract({id, alias}) {
? ` allowHttp: true,\n`
: null
}` +
` publicKey: undefined,\n` +
`});\n`;

const outputPath = `${outputDir}/${alias}.ts`;
Expand Down

0 comments on commit 68bd0a8

Please sign in to comment.