You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constmaker=require('@pkgjs/meet');(async()=>{constissue=awaitmaker.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.
The text was updated successfully, but these errors were encountered:
Here's the example usage in the
README.md
:Currently, it fails because
client
isn't actually defined.The text was updated successfully, but these errors were encountered: