From 01175d14ddb35fa7248f394d24289a3ce3f85ffb Mon Sep 17 00:00:00 2001 From: Phan An Date: Sat, 2 Dec 2017 17:22:34 +0100 Subject: [PATCH] Make ES lint happy happy --- resources/assets/js/stores/playlist.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/assets/js/stores/playlist.js b/resources/assets/js/stores/playlist.js index 9f0e6176..4bee0704 100644 --- a/resources/assets/js/stores/playlist.js +++ b/resources/assets/js/stores/playlist.js @@ -1,4 +1,4 @@ -import { each, find, map, difference, union } from 'lodash' +import { find, map, difference, union } from 'lodash' import NProgress from 'nprogress' import stub from '@/stubs/playlist'