aboutsummaryrefslogtreecommitdiff
path: root/src/services/ReportingService.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/ReportingService.ts
parent47053e42a60151f04cb8a18ea86e4a96d03103b8 (diff)
TMA-634-indentation and unused variables removed
Diffstat (limited to 'src/services/ReportingService.ts')
-rw-r--r--src/services/ReportingService.ts5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/services/ReportingService.ts b/src/services/ReportingService.ts
index 8c0a4bfb..76883e81 100644
--- a/src/services/ReportingService.ts
+++ b/src/services/ReportingService.ts
@@ -3,10 +3,7 @@
import {REPORT_ISSUE_ENDPOINT} from '../constants';
import {Alert} from 'react-native';
import AsyncStorage from '@react-native-community/async-storage';
-import {
- ERROR_SOMETHING_WENT_WRONG,
- MARKED_AS_MSG,
-} from '../constants/strings';
+import {ERROR_SOMETHING_WENT_WRONG, MARKED_AS_MSG} from '../constants/strings';
export const sendReport = async (
moment_id: string,