Skip to content

Commit

Permalink
SQUASH Remove unused imports of findOneSync
Browse files Browse the repository at this point in the history
  • Loading branch information
make-github-pseudonymous-again committed Jul 5, 2024
1 parent aa21a7d commit 55054e1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion imports/api/events.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import {DEFAULT_DURATION_IN_MINUTES} from './consultations';
import {Patients} from './collection/patients';

import {type EventDocument, events} from './collection/events';
import findOneSync from './publication/findOneSync';

export const event = async (
_id: string,
Expand Down
1 change: 0 additions & 1 deletion imports/api/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import {ALL_WEEK_DAYS, type WeekDay} from '../lib/datetime';
import type ModuloWeekInterval from '../ui/settings/ModuloWeekInterval';

import {Settings} from './collection/settings';
import findOneSync from './publication/findOneSync';

export type UserSettings = {
'theme-palette-mode': PaletteMode;
Expand Down

0 comments on commit 55054e1

Please sign in to comment.