Skip to content

Commit

Permalink
Update src/PinguApps.Appwrite.Playground/App.cs
Browse files Browse the repository at this point in the history
Co-authored-by: codefactor-io[bot] <47775046+codefactor-io[bot]@users.noreply.github.com>
  • Loading branch information
pingu2k4 and codefactor-io[bot] authored Oct 8, 2024
1 parent 2303959 commit 6c05ca9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/PinguApps.Appwrite.Playground/App.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ public async Task Run(string[] args)
var request = new CreateUserJwtRequest()
{
UserId = "664aac1a00113f82e620",

};

var response = await _server.Users.CreateUserJwt(request);
Expand Down

0 comments on commit 6c05ca9

Please sign in to comment.