Skip to content

Commit

Permalink
fix: do not use the stutter version
Browse files Browse the repository at this point in the history
  • Loading branch information
adriantam committed Nov 10, 2023
1 parent 3ccfa81 commit 831367e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ using OpenFga.Sdk.Model;`,
importStatement: `import os
import json
from openfga_sdk.client import ClientConfiguration
from openfga_sdk.client.client import OpenFgaClient`,
from openfga_sdk.client import OpenFgaClient`,
apiName: `OpenFgaClient`,
setupNote: `# ApiTokenIssuer, ApiAudience, ClientId and ClientSecret are optional.\n`,
},
Expand Down

0 comments on commit 831367e

Please sign in to comment.