fix conflict duplicates
This commit is contained in:
@@ -15,7 +15,7 @@ export const listRegions = async () => {
|
||||
.fetch<{ regions: HttpTypes.StoreRegion[] }>(`/store/regions`, {
|
||||
method: 'GET',
|
||||
next,
|
||||
cache: 'force-cache',
|
||||
// cache: 'force-cache',
|
||||
})
|
||||
.then(({ regions }) => regions)
|
||||
.catch(medusaError);
|
||||
|
||||
Reference in New Issue
Block a user