fix: typo

This commit is contained in:
Sebastian Rindom
2021-06-15 18:08:49 +02:00
parent 8e29e6e63c
commit 4b6445a1b0

View File

@@ -380,7 +380,8 @@ class ContentfulService extends BaseService {
})
const environment = await this.getContentfulEnvironment_()
// check if product exists
// check if region exists
let regionEntry = undefined
try {
regionEntry = await environment.getEntry(data.id)