From ae31612343fe4bb3f6b3f8611b57d3cb6cc68f59 Mon Sep 17 00:00:00 2001 From: Gerzon Z Date: Wed, 26 Jan 2022 15:35:28 -0400 Subject: [PATCH] test --- app/definitions/redux/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/definitions/redux/index.ts b/app/definitions/redux/index.ts index 0489eeaf5..525055f3c 100644 --- a/app/definitions/redux/index.ts +++ b/app/definitions/redux/index.ts @@ -41,7 +41,7 @@ export interface IApplicationState { permissions: any; roles: IRoles; } - +console.log('test'); export type TApplicationActions = TActionActiveUsers & TActionSelectedUsers & TActionCustomEmojis &