Advertisement
Guest User

Untitled

a guest
May 20th, 2019
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. lijn 12: "reply_reminder_error": {"type": "string", "required": true},
  2.  
  3. lijn 36: await util.ordsPost(postRemindUrl, JSON.stringify(jsonBody))
  4. .then(function (response) {
  5. if (response.status === 200) {
  6. conversation.reply(conversation.properties().reply_reminder);
  7. } else {
  8. conversation.reply(conversation.properties().reply_reminder_error);
  9. }
  10. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement