mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-26 00:29: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
|
end
|
||||||
|
|
||||||
def holiday?(date)
|
def holiday?(date)
|
||||||
Holidays.on(date, :federalreserve, :us, :informal).any?
|
Holidays.on(date, :federalreserve, :us, :observed, :informal).any?
|
||||||
end
|
end
|
||||||
|
|
||||||
def create_gapfilled_record(prev_record, date)
|
def create_gapfilled_record(prev_record, date)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue