allquestions dbs cache fix, minor style changes

This commit is contained in:
mrfry 2021-06-09 11:22:28 +02:00
parent 14d8e43083
commit 1337bcdd1a
5 changed files with 15 additions and 10 deletions

View file

@ -50,7 +50,6 @@ function getSinceDate(keyword) {
async function getListFromServer(since) {
return new Promise((resolve, reject) => {
console.info('Fetching data')
let query = ''
if (since && since !== 'all') {
query = `?since=${getTimeString(getSinceDate(since))}`