Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: denver microcenter name #296

Merged
merged 2 commits into from
Sep 25, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/store/model/microcenter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const microCenterLocationToId: Map<string, string> = new Map([
['chicago', '151'],
['columbus', '141'],
['dallas', '131'],
['devin', '181'],
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lol... No idea. Sorry about that. Shout out to the CU Boulders 😉

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lol it's all good, thanks for putting this whole thing together. Saw it as an easy way to boost my really limited github score.

['denver', '181'],
['duluth', '065'],
['fairfax', '081'],
['flushing', '145'],
Expand Down