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.
2 parents 4dbc038 + da2a516 commit c1e9608Copy full SHA for c1e9608
src/utils/index.js
@@ -1,6 +1,6 @@
1
import _debounce from "lodash.debounce";
2
import settings from "@settings";
3
-import requestTypes from "@root/data/requestTypes";
+import requestTypes from "@data/requestTypes";
4
5
export default {};
6
@@ -31,7 +31,7 @@ export function getTypeIdFromTypeName(typeNameParam = "") {
31
return null;
32
}
33
34
- // requestTypes is an array of objects imported from @root/data/requestTypes.js
+ // requestTypes is an array of objects imported from @data/requestTypes.js
35
// see if any of our known types are a substring of the input string
36
// (because Socrata API can return something this: "Illegal Dumping Pickup"
37
// which should match "Illegal Dumping")
0 commit comments