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

remove sleep

parent 39ff68a0
No related branches found
No related tags found
No related merge requests found
Pipeline #127902 waiting for manual action with stages
in 6 minutes and 42 seconds
...@@ -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(() => { pending.value = false
console.log("Delayed for 1 second.");
pending.value = false
}, "3000");
} }
} }
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment