Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Commit

Permalink
Fix refresh token callback grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Audykowicz committed Sep 8, 2023
1 parent a29baf2 commit 1637470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DolbyIO/Source/Private/Subsystem/DolbyIOInitialization.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ void UDolbyIOSubsystem::SetToken(const FString& Token)
{
DLB_ERROR_HANDLER(OnSetTokenError).HandleError();
}
RefreshTokenCb.Reset(); // RefreshToken callback can be called only once
RefreshTokenCb.Reset(); // RefreshToken callback can only be called once
}
}

Expand Down

0 comments on commit 1637470

Please sign in to comment.