diff --git a/appFn.ts b/appFn.ts index 59f3c3f..2bc8ff2 100644 --- a/appFn.ts +++ b/appFn.ts @@ -96,7 +96,7 @@ export const appFn = (app: Probot) => { .split(' · ') .filter((text) => text !== 'Playlist'); - details = [title, ...playlistMeta].join(' · '); + details = playlistMeta.join(' · '); } return {