Skip to content

Commit

Permalink
const to let
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnxie999 committed Oct 10, 2024
1 parent 46c66e5 commit 9bfb200
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ describe('MPTokenIssuanceDestroy', function () {

const mptID = meta.mpt_issuance_id

const accountObjectsResponse = await testContext.client.request({
let accountObjectsResponse = await testContext.client.request({
command: 'account_objects',
account: testContext.wallet.classicAddress,
type: 'mpt_issuance',
Expand Down

0 comments on commit 9bfb200

Please sign in to comment.