Open
Description
Here's the example usage in the README.md
:
const maker = require('@pkgjs/meet')
;(async () => {
const issue = await maker.meetings.createNextMeeting(client, {
owner: 'pkgjs',
repo: 'meet',
schedules: []
})
console.log(issue) // the response from the GitHub api creating the issue
})()
Currently, it fails because client
isn't actually defined.