Fix duplicate in RT

This commit is contained in:
Dominik Werder
2024-12-06 12:47:06 +01:00
parent b38e87833d
commit 016a7332d0
5 changed files with 19 additions and 19 deletions
+1 -1
View File
@@ -195,7 +195,7 @@ pub enum Error {
MissingTimestamp,
EnumFetch(#[from] enumfetch::Error),
SeriesLookup(#[from] dbpg::seriesbychannel::Error),
Netpod(#[from] netpod::NetpodError),
Netpod(#[from] netpod::Error),
}
impl err::ToErr for Error {