fix(cloud::microsoft::office365::onedrive): change hash key in listsites mode (#5545)

Co-authored-by: Lucie Dubrunfaut <ldubrunfaut@CNTR-PORT-A198>
This commit is contained in:
Lucie Tirand 2025-06-03 10:37:07 +02:00 committed by GitHub
parent 0151f65a04
commit 8c2c91d3cc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -61,7 +61,7 @@ sub manage_selection {
next; next;
} }
$self->{sites}->{$site->{'Site URL'}} = { $self->{sites}->{$site->{'Site Id'}} = {
owner => $site->{'Owner Display Name'}, owner => $site->{'Owner Display Name'},
url => $site->{'Site URL'}, url => $site->{'Site URL'},
} }