mirror of
https://github.com/maciejpedzich/playlist-entry-validator.git
synced 2025-04-10 02:11:11 +02: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 { getPlaylistIdFromUrl } from './getPlaylistIdFromUrl';
|
||||
import { Probot } from 'probot';
|
||||
|
||||
type ReviewEvent = 'REQUEST_CHANGES' | 'COMMENT' | 'APPROVE';
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user