Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
DIYgod committed Jun 6, 2018
1 parent 41d5858 commit e7065ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/eztv/imdb.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ module.exports = async (ctx) => {

ctx.state.data = {
title: `EZTV's Torrents of IMBD ID: ${imdb_id}`,
link: `https://eztv.ag`,
link: 'https://eztv.ag',
description: `EZTV's Torrents of IMBD ID: ${imdb_id}`,
item: torrents.map((item) => ({
title: item.title,
Expand Down

0 comments on commit e7065ea

Please sign in to comment.