Skip to content

Commit bb46701

Browse files
committed
chore: match the target data in the ItnStation type
1 parent e30e399 commit bb46701

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/app/types/api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ export interface ItnStation {
357357
lon: number;
358358
alt: number;
359359
nom: string;
360-
classe: number | null;
360+
classe: number;
361361
annee_creation: string;
362362
}
363363

0 commit comments

Comments
 (0)