Skip to content

Commit 46a0804

Browse files
committed
feat: Update appStore in Actions to be protected
1 parent e195202 commit 46a0804

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/actions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import {AppStore} from "./app-store";
55
*/
66
export class Actions {
77

8-
private appStore:AppStore = null;
8+
protected appStore:AppStore = null;
99

1010
constructor(appStore?:AppStore) {
1111
if (appStore) {

0 commit comments

Comments
 (0)