Skip to content

Commit 217ee18

Browse files
throw error if email fails
1 parent 2572523 commit 217ee18

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)