Skip to content

Commit 7b28079

Browse files
committed
style: Fixed formatting issue
1 parent f870734 commit 7b28079

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

src/fare-contract/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export {
55
TravelRightType,
66
TravelRightDirection,
77
TravelRightStatus,
8-
DatedServiceJourneyRefsType
8+
DatedServiceJourneyRefsType,
99
} from './types';
1010
export {getAvailabilityStatus, AvailabilityStatus} from './availability-status';
1111
export {getAccesses} from './accesses';

src/fare-contract/types.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,10 @@ export const DatedServiceJourneyRefsType = z.object({
3737
datedServiceJourneyRef: z.string(),
3838
startPointRef: z.string(),
3939
endPointRef: z.string(),
40-
})
41-
export type DatedServiceJourneyRefsType = z.infer<typeof DatedServiceJourneyRefsType>;
40+
});
41+
export type DatedServiceJourneyRefsType = z.infer<
42+
typeof DatedServiceJourneyRefsType
43+
>;
4244

4345
/**
4446
* For definitions, see `TravelRight` struct in ticket service

0 commit comments

Comments
 (0)