Skip to content
Snippets Groups Projects
Commit 9ba969a6 authored by Alexander Kaschta's avatar Alexander Kaschta :owl:
Browse files

FIX: Spelling

parent d32d5da8
No related branches found
No related tags found
No related merge requests found
Pipeline #272164 passed with warnings
......@@ -94,7 +94,7 @@ async function init() {
EventBus.$emit('error', error)
}
window.addEventListener('unhandledrejection', function (event) {
window.console.debug('unhanldedrejection handler triggered')
window.console.debug('unhandledrejection handler triggered')
EventBus.$emit('error', event.reason)
})
Axios.interceptors.response.use(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment