()
| 3 | import { isGuest } from '@/utils/authUtils' |
| 4 | |
| 5 | const repo = () => getPracticeSessionRepository(isGuest()) |
| 6 | |
| 7 | export const startPracticeSession = async (collectionId: string): Promise<PracticeSession> => { |
| 8 | return repo().start(collectionId) |
no test coverage detected