Skip to content

Commit c1e9608

Browse files
authored
Merge pull request #2023 from efrenmarin45/main
Resolved import error
2 parents 4dbc038 + da2a516 commit c1e9608

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/utils/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import _debounce from "lodash.debounce";
22
import settings from "@settings";
3-
import requestTypes from "@root/data/requestTypes";
3+
import requestTypes from "@data/requestTypes";
44

55
export default {};
66

@@ -31,7 +31,7 @@ export function getTypeIdFromTypeName(typeNameParam = "") {
3131
return null;
3232
}
3333

34-
// requestTypes is an array of objects imported from @root/data/requestTypes.js
34+
// requestTypes is an array of objects imported from @data/requestTypes.js
3535
// see if any of our known types are a substring of the input string
3636
// (because Socrata API can return something this: "Illegal Dumping Pickup"
3737
// which should match "Illegal Dumping")

0 commit comments

Comments
 (0)