Skip to content

Commit 4052417

Browse files
Merge pull request #459 from topcoder-platform/develop
throw error if email fails
2 parents 8bc8275 + 217ee18 commit 4052417

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/helper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1200,7 +1200,7 @@ async function submitZendeskRequest (request) {
12001200
return res.data || {}
12011201
} catch (e) {
12021202
logger.debug(`Failed to submit request: ${e.message}`)
1203-
logger.debug(e)
1203+
throw e
12041204
}
12051205
}
12061206

0 commit comments

Comments
 (0)