fix: eslint problem
This commit is contained in:
@@ -206,7 +206,7 @@ export class CustomersService {
|
||||
if (!addressEntity) throw new BadRequestException(UserMessage.ADDRESS_NOT_FOUND);
|
||||
|
||||
// Prepare address updates
|
||||
const addressUpdates: any = {};
|
||||
const addressUpdates: Record<string, unknown> = {};
|
||||
|
||||
if (cityId) {
|
||||
const { city } = await this.addressService.getCity(+cityId);
|
||||
|
||||
Reference in New Issue
Block a user