forked from mirrors/probot
refactor: adapt for @octokit/app v3
This commit is contained in:
parent
23257cb485
commit
fd6d6febf1
|
@ -1,4 +1,4 @@
|
||||||
import OctokitApp from '@octokit/app'
|
import { App as OctokitApp } from '@octokit/app'
|
||||||
import Octokit from '@octokit/rest'
|
import Octokit from '@octokit/rest'
|
||||||
import Webhooks from '@octokit/webhooks'
|
import Webhooks from '@octokit/webhooks'
|
||||||
import express from 'express'
|
import express from 'express'
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
import OctokitApp from '@octokit/app'
|
import { App as OctokitApp } from '@octokit/app'
|
||||||
import Octokit from '@octokit/rest'
|
import Octokit from '@octokit/rest'
|
||||||
import Webhooks from '@octokit/webhooks'
|
import Webhooks from '@octokit/webhooks'
|
||||||
import Bottleneck from 'bottleneck'
|
import Bottleneck from 'bottleneck'
|
||||||
|
|
Loading…
Reference in New Issue