Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Lan2u committed Oct 4, 2024
1 parent 3bcef7f commit 12611de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/queries/equipment/render.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import * as O from 'fp-ts/Option';
import * as RA from 'fp-ts/ReadonlyArray';
import {MemberAwaitingTraining} from '../../read-models/shared-state/return-types';
import {DateTime} from 'luxon';
import { UUID } from 'io-ts-types';
import {UUID} from 'io-ts-types';

const trainersList = (trainers: ViewModel['equipment']['trainers']) =>
pipe(
Expand Down

0 comments on commit 12611de

Please sign in to comment.