We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a370ce0 commit fdaf175Copy full SHA for fdaf175
source/views/building-hours/report/submit.js
@@ -4,7 +4,7 @@ import jsYaml from 'js-yaml'
4
import type {BuildingType} from '../types'
5
import {email} from 'react-native-communications'
6
import querystring from 'querystring'
7
-import {GH_NEW_ISSUE_URL} from '../../globals'
+import {GH_NEW_ISSUE_URL} from '../../../globals'
8
9
export function submitReport(current: BuildingType, suggestion: BuildingType) {
10
// calling trim() on these to remove the trailing newlines
0 commit comments