This commit is contained in:
2026-02-12 10:21:25 +03:30
parent 9bdf6146c2
commit d855213d6c
5 changed files with 52 additions and 24 deletions
+3 -3
View File
@@ -19,7 +19,7 @@ export interface ShopData {
subscriptionId: string;
}
export const shopsData: ShopData[] =[
export const shopsData: ShopData[] = [
{
name: 'ژیوان',
slug: 'zhivan',
@@ -37,7 +37,7 @@ export const shopsData: ShopData[] =[
marriageDateScore: '0',
referrerScore: '0',
},
subscriptionId: 'sub_seed_zhivan_001',
subscriptionId: 'sub_seed_zhivan_001',
},
{
name: 'بوته',
@@ -56,6 +56,6 @@ export const shopsData: ShopData[] =[
marriageDateScore: '0',
referrerScore: '0',
},
subscriptionId: 'sub_seed_boote_001',
subscriptionId: 'sub_seed_boote_001',
},
]