Skip to content

Commit

Permalink
minor fix...
Browse files Browse the repository at this point in the history
  • Loading branch information
astinz committed Sep 24, 2024
1 parent b5774eb commit a6750e0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lib/src/commonMain/kotlin/xyz/mcxross/ksui/internal/Object.kt
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@ internal suspend fun getObject(
GetObject(
GetObject.Variables(
id = id,
showBcs = option.showBcs,
showOwner = option.showOwner,
//showBcs = option.showBcs,
//showOwner = option.showOwner,
showPreviousTransaction = option.showPreviousTransaction,
showContent = option.showContent,
//showContent = option.showContent,
showDisplay = option.showDisplay,
showType = option.showType,
//showType = option.showType,
showStorageRebate = option.showStorageRebate,
)
)
Expand Down Expand Up @@ -84,7 +84,7 @@ internal suspend fun getOwnedObjects(
showBcs = option.showBcs,
showContent = option.showContent,
showDisplay = option.showDisplay,
showOwner = option.showOwner,
//showOwner = option.showOwner,
showPreviousTransaction = option.showPreviousTransaction,
showStorageRebate = option.showStorageRebate,
)
Expand Down

0 comments on commit a6750e0

Please sign in to comment.