From caf43fc8d64c27a1aad4a5d6507313c513c1a447 Mon Sep 17 00:00:00 2001 From: Ricardo Cino Date: Wed, 22 Jun 2022 16:21:23 +0200 Subject: chore: featureStore and GlobalErrorStore JS => TS --- src/stores/lib/TypedStore.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/stores/lib') diff --git a/src/stores/lib/TypedStore.ts b/src/stores/lib/TypedStore.ts index 5d8bf3bbd..7f9d2d60f 100644 --- a/src/stores/lib/TypedStore.ts +++ b/src/stores/lib/TypedStore.ts @@ -18,9 +18,9 @@ export default abstract class TypedStore { } constructor( - public stores: Stores, - public api: ApiInterface, - public actions: Actions, + public readonly stores: Stores, + public readonly api: ApiInterface, + public readonly actions: Actions, ) {} registerReactions(reactions: { (r: IReactionPublic): void }[]): void { -- cgit v1.2.3-54-g00ecf