diff --git a/appFn.ts b/appFn.ts index 8570f52..59f3c3f 100644 --- a/appFn.ts +++ b/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';