refactor(ctx): remove dead code from ctx integration
This commit is contained in:
parent
f50811cfdb
commit
4f2b8b3183
6 changed files with 4 additions and 81 deletions
|
|
@ -46,7 +46,7 @@
|
|||
dbMissing = false;
|
||||
} catch (e) {
|
||||
error = `${e}`;
|
||||
dbMissing = error.includes('not found');
|
||||
dbMissing = error.includes('not found'); // Coupled to Rust error text "ctx database not found"
|
||||
} finally {
|
||||
loading = false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue