website refactor
This commit is contained in:
@@ -25,7 +25,7 @@ export type GetCurrentSessionApplicationError = ApplicationErrorCode<
|
||||
*/
|
||||
export class GetCurrentSessionUseCase {
|
||||
constructor(
|
||||
private readonly userRepo: IUserRepository,
|
||||
private readonly userRepo: UserRepository,
|
||||
private readonly logger: Logger,
|
||||
) {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user