Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
annvelents committed Oct 21, 2024
1 parent f96a820 commit e89865b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/graphql/types/invoices/object.rb
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ class Object < Types::BaseObject
field :created_at, GraphQL::Types::ISO8601DateTime, null: false
field :updated_at, GraphQL::Types::ISO8601DateTime, null: false

field :available_to_credit_amount_cents, GraphQL::Types::BigInt, null: false
field :associated_active_wallet_present, Boolean, null: false
field :available_to_credit_amount_cents, GraphQL::Types::BigInt, null: false
field :creditable_amount_cents, GraphQL::Types::BigInt, null: false
field :refundable_amount_cents, GraphQL::Types::BigInt, null: false

Expand Down

0 comments on commit e89865b

Please sign in to comment.