Skip to content

Commit

Permalink
fixup! feat: create notes using HackMD
Browse files Browse the repository at this point in the history
  • Loading branch information
mmarchini committed Nov 11, 2020
1 parent 4474571 commit dc97e91
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/default-template.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
'use strict'

module.exports = ({ date, agendaIssues, agendaLabel, meetingNotes, owner, repo }) => {
console.log('the template', meetingNotes, new Error())
return `
## Date/Time
Expand Down Expand Up @@ -35,7 +36,7 @@ ${agendaIssues.map((i) => {
## Links
* Minutes: ${meetingNotes || ''}
* Minutes are cool: ${meetingNotes || ''}
### Joining the meeting
Expand Down

0 comments on commit dc97e91

Please sign in to comment.