Skip to content

Commit 78dc019

Browse files
authored
Update adapters.md
1 parent e9f1a1e commit 78dc019

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/adapters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ import CustomAdapter from './custom-adapter.ts';
3838

3939
VuexORM.use(VuexORMGraphQL, {
4040
database,
41-
adapter: new CustomAdapter,
41+
adapter: new CustomAdapter(),
4242
});
4343
```
4444

0 commit comments

Comments
 (0)