This repository was archived by the owner on Sep 9, 2021. It is now read-only.
Commit 586f883
authored
fix: fix datastore factory (#65)
* fix: fix datastore factory
The factory reference type can't extend the Datastore interface directly.
We want the class instance to implement the interface and not the class (Object) reference.
* fix: feedback
* fix: export
* fix: YAGNI1 parent 1137576 commit 586f883
2 files changed
+0
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | 5 | | |
7 | 6 | | |
8 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | 21 | | |
27 | 22 | | |
28 | 23 | | |
| |||
0 commit comments