aboutsummaryrefslogtreecommitdiff
path: root/src/services/ReportingService.ts
diff options
context:
space:
mode:
authorShravya Ramesh <37447613+shravyaramesh@users.noreply.github.com>2021-03-05 20:33:51 -0800
committerGitHub <noreply@github.com>2021-03-05 20:33:51 -0800
commit27925a267e9d279e29a1a1852891e392fdc4b3af (patch)
treef77ab55bf3f5cbd6190177058353ef01ad767711 /src/services/ReportingService.ts
parent8e4d9135f0645b56665ad23d6de5dd0afa1ef444 (diff)
parent59bc015a22a0c50d6c64ecf7501c269dae59bfbd (diff)
Merge branch 'master' into badges-people-screen
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,