From 3503459d9c6e1f601702d79a560514dc44462277 Mon Sep 17 00:00:00 2001 From: Zero~Informatique Date: Thu, 13 Feb 2020 19:44:36 +0100 Subject: viewer: fixed travis error (cherry picked from commit 63fd4f6956bba4158a0d35e64862a69427da08e6) --- viewer/src/store/galleryStore.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'viewer') diff --git a/viewer/src/store/galleryStore.ts b/viewer/src/store/galleryStore.ts index d774588..e7d70f8 100644 --- a/viewer/src/store/galleryStore.ts +++ b/viewer/src/store/galleryStore.ts @@ -74,7 +74,6 @@ export default class GalleryStore extends VuexModule { // Fetches the gallery's JSON metadata @action async fetchGalleryItems() { const root = this.config?.galleryRoot ?? ''; - const timestamp = this.config?.generationTimestamp ?? 0; return fetch(`${process.env.VUE_APP_DATA_URL}${root}index.json`, { cache: "no-cache" }) .then(response => response.json()) .then(this.setGalleryItemsRoot) -- cgit v1.2.3