From 7d72b51224df386d52ea75ba5e5a6b160ce5aa89 Mon Sep 17 00:00:00 2001 From: OldHawk Date: Sun, 18 Mar 2018 15:07:28 +0800 Subject: [PATCH] fix(torrents): fixed eslint warning --- config/env/torrents.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/env/torrents.js b/config/env/torrents.js index f8ae1aa8..83818d42 100644 --- a/config/env/torrents.js +++ b/config/env/torrents.js @@ -895,7 +895,7 @@ module.exports = { size: 1024 * 1024 * 1024, size_str: '1G', time: 60 * 60 * 1000, - time_str: '1h', + time_str: '1h' } },