diff options
| author | Henry Jameson <me@hjkos.com> | 2018-08-16 13:57:16 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2018-08-16 13:57:16 +0300 |
| commit | decc209fdcd7b62ec46b559b3d5bfc0f1c343b25 (patch) | |
| tree | 9ea80ce7f76d0f2f45155c18af850e46f28481f9 /src | |
| parent | 693eb4b717e8e1e0ecd4c7c5e4e0fa9cbdd8541a (diff) | |
fix lint
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/notifications/notifications.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/notifications/notifications.js b/src/components/notifications/notifications.js index f07d550e..55a9b0ab 100644 --- a/src/components/notifications/notifications.js +++ b/src/components/notifications/notifications.js @@ -1,7 +1,7 @@ import Notification from '../notification/notification.vue' import notificationsFetcher from '../../services/notifications_fetcher/notifications_fetcher.service.js' -import { sortBy, take, filter } from 'lodash' +import { sortBy, filter } from 'lodash' const Notifications = { created () { |
