Update river-status-unstable to the newest version

Add wildcard case to event handler
This commit is contained in:
Justus Schümmer
2023-02-13 00:24:33 +01:00
parent 8517af171a
commit 57e044342e
2 changed files with 18 additions and 2 deletions

View File

@ -200,6 +200,7 @@ fn main() {
}
}
}
_ => {}
}
}
});