Skip to content

Commit

Permalink
Fix typo for import
Browse files Browse the repository at this point in the history
  • Loading branch information
wenbinf committed Jul 20, 2023
1 parent bd5acfe commit 325e7fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/api/items/index.jsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { ITEM_STATUSES_STRINGS_DICT, STATUSES } from '../../../common-src/constants';
import { ITEM_STATUSES_STRINGS_DICT, STATUSES } from '../../../common-src/Constants';
import {datetimeLocalToMs} from "../../../common-src/TimeUtils";

// TODO: defensive code to handle some common errors
Expand Down

0 comments on commit 325e7fb

Please sign in to comment.