mirror of
https://github.com/maciejpedzich/playlist-entry-validator.git
synced 2024-11-28 00:15:48 +01:00
Move Probot import to the top
This commit is contained in:
parent
90ca620044
commit
07963969ac
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';
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user