Skip to content

Commit

Permalink
fix: fix code sample in the README.md (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrienkoAleksandr authored Jan 8, 2024
1 parent fcbbff9 commit ae174c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ async function myFunction() {
synchronize: true,
});

await TypeORMAdapter.newAdapter(
const a = await TypeORMAdapter.newAdapter(
{ connection: datasource },
{
customCasbinRuleEntity: CustomCasbinRule,
Expand Down

0 comments on commit ae174c1

Please sign in to comment.