Skip to content

Fix Octokit deprecation error

Latest
Compare
Choose a tag to compare
@ModeSevenIndustrialSolutions ModeSevenIndustrialSolutions released this 25 Sep 15:17
· 1 commit to master since this release

Fix for:
const Octokit = require("@octokit/rest")` is deprecated
Instead use:
const { Octokit } = require("@octokit/rest")