Move Probot import to the top

This commit is contained in:
Maciej Pędzich 2023-07-08 09:06:33 +02:00
parent 90ca620044
commit 07963969ac

View File

@ -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';