Skip to content

Commit

Permalink
chore: fix var name
Browse files Browse the repository at this point in the history
  • Loading branch information
lewinskimaciej committed Jun 5, 2024
1 parent 82ae57f commit 46d9723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/service/sessions/signing-with-sessions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ If a session is active for the user, the session key is still available in the l


```csharp
StartCoroutine(m_BeamClient.SignOperation(
StartCoroutine(beamClient.SignOperation(
"entityIdOfYourUser",
operationId, // operationId from Beam API
actionResult =>
Expand Down

0 comments on commit 46d9723

Please sign in to comment.