Skip to content

Commit

Permalink
Fix bad rebase
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Malton <sebastian@malton.name>
  • Loading branch information
Nokel81 committed Jan 27, 2023
1 parent 1e3d048 commit 05191a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/common/base-store/base-store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export class BaseStore<T extends object> {
*/
protected readonly dependencies: BaseStoreDependencies;

protected constructor(
constructor(
dependencies: BaseStoreDependencies,
protected readonly params: BaseStoreParams<T>,
) {
Expand Down

0 comments on commit 05191a0

Please sign in to comment.