fix: handle run id not being set without unwrap
modified src/db.rs
@@ -389,8 +389,7 @@ impl Db {
|
|
|
|
|
|
| - | |
| - | |
| + | |
|
|
|
|
|
@@ -577,6 +576,9 @@ pub enum DbError {
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -661,6 +663,10 @@ impl DbError {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|