Skip to content

Commit

Permalink
get transaction
Browse files Browse the repository at this point in the history
  • Loading branch information
arthur-santos-foxbit committed Aug 22, 2024
1 parent efa5747 commit 16e5119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/lightspark-client/queries/transactions.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
module LightsparkClient
module Queries
module Transactions
def get_transaciton(id: nil)
def get_transaction(id: nil)
query = <<~GQL
query GetTransaction($id: ID!) {
entity(id: $id) {
Expand Down

0 comments on commit 16e5119

Please sign in to comment.