Skip to content

Commit be69c9c

Browse files
Merge pull request #34 from tomtom-international/fix/invalid-param-in-traffic-api
Update invalid time validity filter description in traffic schema.
2 parents 863ee8a + 6d34dfd commit be69c9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/schemas/traffic/trafficSchema.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export const tomtomTrafficSchema = {
5858
.enum(["present", "future"])
5959
.optional()
6060
.describe(
61-
"Time validity filter: 'present' (current), 'future' (upcoming), 'all' (both). Default: 'present'."
61+
"Time validity filter: 'present' (current), 'future' (upcoming). Default: 'present'."
6262
),
6363

6464
t: z

0 commit comments

Comments
 (0)