Skip to content

Commit ae174c1

Browse files
fix: fix code sample in the README.md (#70)
1 parent fcbbff9 commit ae174c1

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
@@ -208,7 +208,7 @@ async function myFunction() {
208208
synchronize: true,
209209
});
210210

211-
await TypeORMAdapter.newAdapter(
211+
const a = await TypeORMAdapter.newAdapter(
212212
{ connection: datasource },
213213
{
214214
customCasbinRuleEntity: CustomCasbinRule,

0 commit comments

Comments
 (0)