Skip to content

Commit

Permalink
Update application adapter example to use class property (#262)
Browse files Browse the repository at this point in the history
  • Loading branch information
phantomphildius authored Jun 30, 2020
1 parent a53a340 commit 6ffdd67
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 @@ -85,7 +85,7 @@ db.sync(remote, {
});

export default class ApplicationAdapter extends Adapter {
db: db
db = db;
}
```

Expand Down

0 comments on commit 6ffdd67

Please sign in to comment.