Skip to content

Commit

Permalink
Merge branch 'release-1.0.38' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
entrotech committed Jan 13, 2021
2 parents acc31d6 + ec6ec86 commit a80820c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "food-oasis-client",
"description": "React Client for Food Oasis",
"version": "1.0.37",
"version": "1.0.38",
"author": "Hack for LA",
"license": "GPL-2.0",
"private": true,
Expand Down
4 changes: 3 additions & 1 deletion client/src/helpers/Configuration.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
export const tenantId = (() =>
window.location.hostname.toLowerCase().includes("or.") ||
window.location.hostname.toLowerCase().includes("oregon.") ||
window.location.hostname.toLowerCase().includes("pdx.") ||
window.location.hostname.toLowerCase().includes("portland") ||
window.location.hostname.toLowerCase().includes("portland.") ||
process.env.REACT_APP_TENANT_ID === "4"
? 4
: window.location.hostname.toLowerCase().includes("hi.") ||
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "foodoasis",
"version": "1.0.37",
"version": "1.0.38",
"author": "Hack for LA",
"description": "Web API Server for Food Oasis",
"main": "server.js",
Expand Down

0 comments on commit a80820c

Please sign in to comment.