Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
lealobanov committed Aug 17, 2024
1 parent 0fae809 commit ab36738
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import org.onflow.flow.sdk.*
class GetTransactionAccessAPIConnector(
private val accessAPI: FlowAccessApi
) {

fun getTransaction(txID: FlowId): FlowTransaction {
return when (val response = accessAPI.getTransactionById(txID)) {
is FlowAccessApi.AccessApiCallResponse.Success -> response.data
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import org.onflow.flow.sdk.crypto.Crypto

@FlowEmulatorProjectTest(flowJsonLocation = "../flow/flow.json")
internal class GetTransactionAccessAPIConnectorTest {

@FlowServiceAccountCredentials
lateinit var serviceAccount: TestAccount

Expand Down

0 comments on commit ab36738

Please sign in to comment.