aboutsummaryrefslogtreecommitdiff
path: root/src/services/FCMService.ts
diff options
context:
space:
mode:
authorankit-thanekar007 <ankit.thanekar007@gmail.com>2021-02-25 12:39:31 -0800
committerankit-thanekar007 <ankit.thanekar007@gmail.com>2021-02-25 12:39:31 -0800
commit2360e774d94e271d1d9db0d5b92b801b9325535e (patch)
treea51dd5fb2d7a2d39f48d5631448ba58a4a6e693c /src/services/FCMService.ts
parent47053e42a60151f04cb8a18ea86e4a96d03103b8 (diff)
TMA-634-indentation and unused variables removed
Diffstat (limited to 'src/services/FCMService.ts')
-rw-r--r--src/services/FCMService.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/services/FCMService.ts b/src/services/FCMService.ts
index b6cd18af..84f30f09 100644
--- a/src/services/FCMService.ts
+++ b/src/services/FCMService.ts
@@ -134,7 +134,7 @@ class FCMService {
// TODO: Get {name, params} of screen when user must be redirected to
// Redirected to Notification Screen for now
const redirectTo = 'Notifications';
- /* TODO: Check login status and redirect user/store screen to async as
+ /* TODO: Check login status and redirect user/store screen to async as
initialRoute for NavigationBar Stack */
RootNavigation.navigate(redirectTo);
}