Skip to content

Commit aa57a6f

Browse files
committed
Unused var hotfix
1 parent 1e25517 commit aa57a6f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CommunityToolkit.Graph.Uwp/Controls/PersonView/PersonView.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,8 +270,9 @@ private async Task<bool> TryLoadUserPhotoAsync()
270270
var graph = ProviderManager.Instance.GlobalProvider?.GetBetaClient();
271271
photoStream = await graph.GetUserPhoto(person.Id);
272272
}
273-
catch (Exception e)
273+
catch
274274
{
275+
// TODO: Log exception
275276
}
276277

277278
if (photoStream != null)

0 commit comments

Comments
 (0)