Add in $0 target for jobs under 20000 KM.

This commit is contained in:
Patrick Fic
2024-08-06 15:21:46 -07:00
parent ee2f982b0b
commit dc94fa0a49
9 changed files with 53 additions and 62 deletions

View File

@@ -8,7 +8,11 @@ const RuleSets = [
},
{
title: "V2",
range: [moment("2023-04-01"), moment("2040-01-01")],
range: [moment("2023-04-01"), moment("2024-09-01")],
},
{
title: "V3",
range: [moment("2024-09-01"), moment("2040-01-01")],
},
];