Skip to content

Commit 91b562c

Browse files
committed
fix job candidate selected text in slack notificaition
placeholders were not filled with real values
1 parent 4f09fde commit 91b562c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/eventHandlers/JobCandidateEventHandler.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ async function sendJobCandidateSelectedNotification (payload) {
186186
type: 'taas.notification.job-candidate-selected',
187187
details: {
188188
channel: config.NOTIFICATION_SLACK_CHANNEL,
189-
text: template.subject,
189+
text: data.subject,
190190
blocks: [
191191
{
192192
type: 'section',

0 commit comments

Comments
 (0)