Skip to content

Commit

Permalink
fix: fixed CheckRequestViewer for java (#924)
Browse files Browse the repository at this point in the history
  • Loading branch information
kwiky authored Jan 6, 2025
1 parent e53da30 commit a4682da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Docs/SnippetViewer/CheckRequestViewer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ var body = new ClientCheckRequest()
var response = fgaClient.check(body, options).get();
// response.getAllowed() = true `;
// response.getAllowed() = ${allowed} `;
}
default:
assertNever(lang);
Expand Down

0 comments on commit a4682da

Please sign in to comment.