Skip to content

Commit

Permalink
Include #lunch_menu tag in messages
Browse files Browse the repository at this point in the history
  • Loading branch information
cxcorp committed Jun 29, 2017
1 parent 9ee6bda commit 9a3eddd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion flowdock-submitter.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ function submitToFlowdock(menu) {
title: getThreadTitle(),
fields: fields,
external_url: antellMenuUrl
}
},
tags: ['#lunch_menu']
}
const headers = {
'Content-Type': 'application/json',
Expand Down

0 comments on commit 9a3eddd

Please sign in to comment.