|
@@ -62,7 +62,7 @@ serve(async (req) => {
|
|
|
.from('stores')
|
|
.from('stores')
|
|
|
.select(includeSyncConfig ? `
|
|
.select(includeSyncConfig ? `
|
|
|
*,
|
|
*,
|
|
|
- phone_numbers (
|
|
|
|
|
|
|
+ phone_numbers!stores_phone_number_id_fkey (
|
|
|
id,
|
|
id,
|
|
|
phone_number,
|
|
phone_number,
|
|
|
country_code,
|
|
country_code,
|
|
@@ -78,7 +78,7 @@ serve(async (req) => {
|
|
|
)
|
|
)
|
|
|
` : `
|
|
` : `
|
|
|
*,
|
|
*,
|
|
|
- phone_numbers (
|
|
|
|
|
|
|
+ phone_numbers!stores_phone_number_id_fkey (
|
|
|
id,
|
|
id,
|
|
|
phone_number,
|
|
phone_number,
|
|
|
country_code,
|
|
country_code,
|