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

Commit

Permalink
Merge pull request #391 from DolbyIO/grammar
Browse files Browse the repository at this point in the history
Fix refresh token callback grammar
  • Loading branch information
Kuba Audykowicz authored Sep 8, 2023
2 parents a29baf2 + 1637470 commit c3e9f79
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 c3e9f79

Please sign in to comment.