Skip to content

Commit ecb387b

Browse files
committed
chore: upgrade to subscriber 3.0.1
1 parent b19a67e commit ecb387b

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"postinstall": "patch-package"
2525
},
2626
"dependencies": {
27-
"@algorandfoundation/algokit-subscriber": "3.0.0-beta.1",
27+
"@algorandfoundation/algokit-subscriber": "3.0.1",
2828
"@algorandfoundation/algokit-utils": "^8.1.0",
2929
"@auth0/auth0-react": "^2.2.4",
3030
"@blockshake/defly-connect": "^1.2.1",
@@ -197,4 +197,4 @@
197197
"overrides": {
198198
"ws@>7.0.0 <7.5.9": "7.5.10"
199199
}
200-
}
200+
}

src/features/transactions/mappers/asset-config-transaction-mappers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const mapCommonAssetConfigTransactionProperties = (transactionResult: Transactio
1313
invariant(transactionResult.assetConfigTransaction, 'asset-config-transaction is not set')
1414
const assetConfig = transactionResult.assetConfigTransaction
1515

16-
if (!assetConfig['params']) {
16+
if (!assetConfig.params) {
1717
return {
1818
...mapCommonTransactionProperties(transactionResult),
1919
type: TransactionType.AssetConfig,

0 commit comments

Comments
 (0)