From f8e7c510fad455a2b592bcd0ca7e2328aee5aea0 Mon Sep 17 00:00:00 2001 From: Oleksandr Andriienko Date: Mon, 8 Jan 2024 17:03:19 +0200 Subject: [PATCH] Fix code sample in the README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1aa1d6d..9e72001 100644 --- a/README.md +++ b/README.md @@ -208,7 +208,7 @@ async function myFunction() { synchronize: true, }); - await TypeORMAdapter.newAdapter( + const a = await TypeORMAdapter.newAdapter( { connection: datasource }, { customCasbinRuleEntity: CustomCasbinRule,