From 5d6164973e92fa8a3e3c18a0eb2e29494aea4f48 Mon Sep 17 00:00:00 2001 From: Stefan Malzner Date: Sun, 9 Dec 2018 20:48:25 +0100 Subject: Fix linting issues --- src/stores/NewsStore.js | 1 + 1 file changed, 1 insertion(+) (limited to 'src/stores/NewsStore.js') diff --git a/src/stores/NewsStore.js b/src/stores/NewsStore.js index e5091834f..6984425df 100644 --- a/src/stores/NewsStore.js +++ b/src/stores/NewsStore.js @@ -8,6 +8,7 @@ import { CHECK_INTERVAL } from '../config'; export default class NewsStore extends Store { @observable latestNewsRequest = new CachedRequest(this.api.news, 'latest'); + @observable hideNewsRequest = new Request(this.api.news, 'hide'); constructor(...args) { -- cgit v1.2.3-70-g09d2