Skip to content
Snippets Groups Projects
Commit a6498cd3 authored by Remi  PLANEL's avatar Remi PLANEL
Browse files

Merge branch 'system-distribution-plot' into update-article-auto-sections

parents c6fefb06 f898e3f9
Branches
No related tags found
No related merge requests found
Pipeline #127903 waiting for manual action
...@@ -198,12 +198,7 @@ async function fetchSystemHits() { ...@@ -198,12 +198,7 @@ async function fetchSystemHits() {
} catch (error) { } catch (error) {
throw createError(`Cannot get hits on refseq for system: ${toValue(systemName)} `) throw createError(`Cannot get hits on refseq for system: ${toValue(systemName)} `)
} finally { } finally {
setTimeout(() => {
console.log("Delayed for 1 second.");
pending.value = false pending.value = false
}, "3000");
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment