Skip to content

Commit

Permalink
fix mismatched types
Browse files Browse the repository at this point in the history
  • Loading branch information
mmenanno committed Nov 8, 2023
1 parent c37b0a4 commit 62d3647
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/lunchmoney/budget/budget.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class Budget < LunchMoney::DataObject
attr_accessor :data

# TODO: this needs to be better typed
sig { returns(T.nilable(LunchMoney::Config)) }
sig { returns(T.nilable(T::Hash[Symbol, LunchMoney::Config])) }
attr_accessor :config

sig do
Expand Down

0 comments on commit 62d3647

Please sign in to comment.