diff --git a/netlify/functions/validate-pr/appFn.ts b/netlify/functions/validate-pr/appFn.ts index 0a33e21..a5fbcb5 100644 --- a/netlify/functions/validate-pr/appFn.ts +++ b/netlify/functions/validate-pr/appFn.ts @@ -93,7 +93,7 @@ const appFn = (app: Probot) => { if (found) { const html = await spotifyResponse.text(); - const { description } = await getMetaData({ html }); + const { title, description } = await getMetaData({ html }); const playlistMeta = (description || '') .split(' ยท ') .filter((text) => text !== 'Playlist');