mirror of
https://github.com/rustfs/rustfs.git
synced 2026-03-17 14:24:08 +00:00
fix: Fixed that account_id returns normal value (#1695)
This commit is contained in:
@@ -260,8 +260,8 @@ impl Operation for ListNotificationTargets {
|
||||
_ => "offline",
|
||||
};
|
||||
NotificationEndpoint {
|
||||
account_id: target.id().to_string(),
|
||||
service: target.name().to_string(),
|
||||
account_id: target.id().id.clone(),
|
||||
service: target.id().name.to_string(),
|
||||
status: status.to_string(),
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user