fix api build issues
This commit is contained in:
@@ -53,7 +53,9 @@ export class DriverProfilePresenter
|
||||
return this.responseModel;
|
||||
}
|
||||
|
||||
private getAvatarUrl(_driverId: string): string | undefined {
|
||||
private getAvatarUrl(driverId: string): string | undefined {
|
||||
void driverId;
|
||||
|
||||
// Avatar resolution is delegated to infrastructure; keep as-is for now.
|
||||
return undefined;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user