Skip to content
This repository was archived by the owner on Aug 18, 2024. It is now read-only.

Commit dc486b6

Browse files
authored
Update README.md
1 parent e3404be commit dc486b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ public class BasicUsage : MonoBehaviour
135135
// Sends request from current user session
136136
var jwt = await Appwrite.Account.ObtainJwt();
137137

138-
if (string.IsNullOrEmpty(jwt))
138+
if (!string.IsNullOrEmpty(jwt))
139139
{
140140
// Use the JWT. Cached based on duration specified in configuration.
141141
}

0 commit comments

Comments
 (0)