website refactor
This commit is contained in:
@@ -7,7 +7,7 @@ export type GetDriverInput = {
|
||||
};
|
||||
|
||||
export class GetDriverUseCase {
|
||||
constructor(private readonly driverRepository: IDriverRepository) {}
|
||||
constructor(private readonly driverRepository: DriverRepository) {}
|
||||
|
||||
async execute(input: GetDriverInput): Promise<Result<Driver | null>> {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user