Skip to content

Commit

Permalink
chore: fix lint error in gas-service
Browse files Browse the repository at this point in the history
  • Loading branch information
npty committed Aug 19, 2024
1 parent 95a933d commit c43f3dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sui/gas-service.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ const {
addBaseOptions,
parseSuiUnitAmount,
} = require('./utils');

async function payGas(keypair, client, gasServiceConfig, args, options) {
const walletAddress = keypair.toSuiAddress();

Expand Down

0 comments on commit c43f3dd

Please sign in to comment.