Skip to content

Commit

Permalink
Patch NJ
Browse files Browse the repository at this point in the history
  • Loading branch information
stucka committed Aug 15, 2024
1 parent 113d825 commit a9e4de2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions warn_transformer/transformers/nj.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ class Transformer(BaseTransformer):
"10/1/24; 10/4/24; 11/8/24; 12/6/24; 12/16/24; 12/31/24; 1/3/25; 1/10/25; 1/31/25; 4/25/25; 5/1/25; 5/2/25; 5/15/25; 6/30/25; 7/1/25; 9/2/25; 11/7/25; 12/19/25.": datetime(
2024, 10, 1
),
"8/23/24 - 9/5/24": datetime(2024, 8, 23),
}

def transform_jobs(self, value: str) -> typing.Optional[int]:
Expand Down

0 comments on commit a9e4de2

Please sign in to comment.