Added service redistry,

This commit is contained in:
2025-04-03 08:24:08 -04:00
parent 311a3293cd
commit 29f0062cac
3 changed files with 52 additions and 6 deletions

View File

@ -147,7 +147,7 @@ mod fields {
let field: Field = text.into();
match field.to_uuid() {
Ok(_) => unreachable!("should return an error"),
Err(_) => {},
Err(_) => {}
}
}
}