Move Probot import to the top
This commit is contained in:
2
appFn.ts
2
appFn.ts
@@ -1,7 +1,7 @@
|
|||||||
|
import { Probot } from 'probot';
|
||||||
import getMetaData from 'metadata-scraper';
|
import getMetaData from 'metadata-scraper';
|
||||||
|
|
||||||
import { getPlaylistIdFromUrl } from './getPlaylistIdFromUrl';
|
import { getPlaylistIdFromUrl } from './getPlaylistIdFromUrl';
|
||||||
import { Probot } from 'probot';
|
|
||||||
|
|
||||||
type ReviewEvent = 'REQUEST_CHANGES' | 'COMMENT' | 'APPROVE';
|
type ReviewEvent = 'REQUEST_CHANGES' | 'COMMENT' | 'APPROVE';
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user