chore: update separator

This commit is contained in:
Cory Dransfeldt 2023-10-08 12:06:40 -07:00
parent 84077283b4
commit fcba471ef6

View file

@ -24,7 +24,7 @@ export default async () => {
return Response.json({
title: traktRes['show']['title'],
episode: traktRes['episode']['title'],
text: `📺 ${traktRes['show']['title']}: ${traktRes['episode']['title']}`,
text: `📺 ${traktRes['show']['title']} ${traktRes['episode']['title']}`,
})
}