Skip to content

Commit

Permalink
style: satisfy linter
Browse files Browse the repository at this point in the history
  • Loading branch information
heueristik committed Apr 11, 2024
1 parent 8248b10 commit 97a62ee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {HardhatRuntimeEnvironment} from 'hardhat/types';
* @param {HardhatRuntimeEnvironment} hre
*/
const func: DeployFunction = async function (hre: HardhatRuntimeEnvironment) {
const {deployer, pluginRepo, latestPluginRepoImplementation, current} =
const {deployer, pluginRepo, latestPluginRepoImplementation} =
await upgradeCommon(hre);

// Check if deployer has the permission to upgrade the plugin repo
Expand Down

0 comments on commit 97a62ee

Please sign in to comment.