website refactor
This commit is contained in:
@@ -10,7 +10,7 @@ export interface UpdateDriverProfileCommand {
|
||||
|
||||
type UpdateDriverProfileMutationError = 'DRIVER_PROFILE_UPDATE_FAILED';
|
||||
|
||||
const mapToMutationError = (_error: DomainError): UpdateDriverProfileMutationError => {
|
||||
const mapToMutationError = (_: DomainError): UpdateDriverProfileMutationError => {
|
||||
return 'DRIVER_PROFILE_UPDATE_FAILED';
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user