Skip to content

Commit 374e82e

Browse files
committed
fix codestyle check
Signed-off-by: Jeromy Cannon <[email protected]>
1 parent a17ec56 commit 374e82e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/core/platform_installer.mjs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -270,8 +270,6 @@ export class PlatformInstaller {
270270
* @returns {Promise<unknown>}
271271
*/
272272
async prepareConfigTxt (nodeIDs, destPath, releaseTag, chainId = constants.HEDERA_CHAIN_ID, template = `${constants.RESOURCES_DIR}/templates/config.template`) {
273-
const self = this
274-
275273
if (!nodeIDs || nodeIDs.length === 0) throw new MissingArgumentError('list of node IDs is required')
276274
if (!destPath) throw new MissingArgumentError('destPath is required')
277275
if (!template) throw new MissingArgumentError('config templatePath is required')

0 commit comments

Comments
 (0)