Skip to content

Commit

Permalink
"Update Module Buttons"
Browse files Browse the repository at this point in the history
  • Loading branch information
schwasa authored Feb 19, 2024
1 parent d58647c commit 7d9fce9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app.js
Original file line number Diff line number Diff line change
Expand Up @@ -840,7 +840,7 @@ app.post('/template/module', async (req, res) => {
"parameters": [
{
"type": "payload",
"payload": module_title
"payload": "Module_Yes_Handback_" + module_title
}
]
},
Expand All @@ -851,7 +851,7 @@ app.post('/template/module', async (req, res) => {
"parameters": [
{
"type": "payload",
"payload": "No, remind me in 2 days-Button-Payload"
"payload": "Remind_2_days_Handback_" + module_title
}
]
},
Expand All @@ -862,7 +862,7 @@ app.post('/template/module', async (req, res) => {
"parameters": [
{
"type": "payload",
"payload": "I am not interested-Button-Payload"
"payload": "Not_Interested_Handback_" + module_title
}
]
}
Expand Down

0 comments on commit 7d9fce9

Please sign in to comment.