Skip to content

Commit

Permalink
Merge pull request #248 from stucka/stucka-fixes
Browse files Browse the repository at this point in the history
Patch NJ
  • Loading branch information
stucka authored Feb 22, 2024
2 parents dcf3cbe + 45171ef commit 946e207
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 @@ -63,6 +63,7 @@ class Transformer(BaseTransformer):
"04/15/24 through 06/28/24 , 07/2/24, 07/31/24, 09/01/24, 09/30/24": datetime(
2024, 4, 15
),
"02/19/2024, 03/2024, 08/2024": datetime(2024, 2, 19),
}

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

0 comments on commit 946e207

Please sign in to comment.