mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-24 23:59:40 +02:00
Add observed holidays to sync exceptions
This commit is contained in:
parent
79ca7e2039
commit
3610c6cae7
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ class Gapfiller
|
|||
end
|
||||
|
||||
def holiday?(date)
|
||||
Holidays.on(date, :federalreserve, :us, :informal).any?
|
||||
Holidays.on(date, :federalreserve, :us, :observed, :informal).any?
|
||||
end
|
||||
|
||||
def create_gapfilled_record(prev_record, date)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue