refactor: adapt for @octokit/app v3

This commit is contained in:
Gregor 2019-05-22 07:39:56 -07:00 committed by Gregor Martynus
parent 23257cb485
commit fd6d6febf1
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
import OctokitApp from '@octokit/app'
import { App as OctokitApp } from '@octokit/app'
import Octokit from '@octokit/rest'
import Webhooks from '@octokit/webhooks'
import express from 'express'

View File

@ -1,4 +1,4 @@
import OctokitApp from '@octokit/app'
import { App as OctokitApp } from '@octokit/app'
import Octokit from '@octokit/rest'
import Webhooks from '@octokit/webhooks'
import Bottleneck from 'bottleneck'