fix: typo
This commit is contained in:
@@ -380,7 +380,8 @@ class ContentfulService extends BaseService {
|
|||||||
})
|
})
|
||||||
|
|
||||||
const environment = await this.getContentfulEnvironment_()
|
const environment = await this.getContentfulEnvironment_()
|
||||||
// check if product exists
|
|
||||||
|
// check if region exists
|
||||||
let regionEntry = undefined
|
let regionEntry = undefined
|
||||||
try {
|
try {
|
||||||
regionEntry = await environment.getEntry(data.id)
|
regionEntry = await environment.getEntry(data.id)
|
||||||
|
|||||||
Reference in New Issue
Block a user