mirror of
https://gitlab.com/mobicoop/v3/service/ad.git
synced 2026-01-03 08:22:41 +00:00
fix mock
This commit is contained in:
@@ -10,10 +10,10 @@ const mockAddress1: Address = {
|
||||
locality: 'Nancy',
|
||||
postalCode: '75000',
|
||||
country: 'France',
|
||||
type: 'LOCALITY',
|
||||
type: 'HOUSE_NUMBER',
|
||||
};
|
||||
const mockAddress2: Address = {
|
||||
position: 0,
|
||||
position: 1,
|
||||
lon: '48.8566',
|
||||
lat: '2.3522',
|
||||
locality: 'Paris',
|
||||
|
||||
Reference in New Issue
Block a user