Skip to content

Commit 08fe9c8

Browse files
josephpabCopilot
andauthored
Update IdentityCore/src/MSIDFlightManager.m
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent a920a58 commit 08fe9c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IdentityCore/src/MSIDFlightManager.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ + (instancetype)sharedInstanceByQueryKey:(NSString *)queryKey
5050
{
5151
if ([NSString msidIsStringNilOrBlank:queryKey])
5252
{
53-
// Use shared flight manager if tenant id is nil or empty
53+
// Use shared flight manager if queryKey is nil or empty
5454
return [MSIDFlightManager sharedInstance];
5555
}
5656

0 commit comments

Comments
 (0)