Skip to content

Commit 75cc223

Browse files
more improvements on the subject
1 parent af8086e commit 75cc223

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/services/SupportService.js

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ async function createRequest (currentUser, request) {
1818
let subject
1919
if (request.isSelfService) {
2020
subject += 'Self-Service customer support request'
21+
} else {
22+
subject = 'General support request'
2123
}
2224
if (request.challengeId) {
2325
subject += ` for Challenge ID: ${request.challengeId}`

0 commit comments

Comments
 (0)