diff options
Diffstat (limited to 'app/lib/problem-report.android.js')
| -rw-r--r-- | app/lib/problem-report.android.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/lib/problem-report.android.js b/app/lib/problem-report.android.js index 63deb102e4..b0bee2264d 100644 --- a/app/lib/problem-report.android.js +++ b/app/lib/problem-report.android.js @@ -9,4 +9,4 @@ const sendProblemReport = (email: string, message: string, savedReport: string) return MobileAppBridge.sendProblemReport(email, message, savedReport); }; -export { collectProblemReport, sendProblemReport };
\ No newline at end of file +export { collectProblemReport, sendProblemReport }; |
