Skip to content

Commit

Permalink
Patch NJ
Browse files Browse the repository at this point in the history
  • Loading branch information
stucka committed Nov 13, 2024
1 parent 2994528 commit da0df06
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 @@ -115,6 +115,7 @@ class Transformer(BaseTransformer):
"9/27/24, 9/29/25, 10/29/24": datetime(2024, 9, 27),
"11/7/25,12/26/25,3/28/25": datetime(2025, 3, 28),
"11/15/24, 12/31/24": datetime(2024, 11, 15),
"12/27/24, 1/30/25": datetime(2024, 12, 27),
}

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

0 comments on commit da0df06

Please sign in to comment.