Skip to content

Commit

Permalink
Merge branch 'main' into feat-detokanize-amount-on-warehouse
Browse files Browse the repository at this point in the history
  • Loading branch information
danielstefanequilobe committed Nov 17, 2022
1 parent 68c972e commit 8e491f3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions server.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,10 @@ app.use(
{
param: "orgUid",
value: CONFIG.HOME_ORG,
},
{
param: "includeProjectInfoInSearch",
value: true,
}
);

Expand Down Expand Up @@ -163,6 +167,10 @@ app.use(
{
param: "orgUid",
value: CONFIG.HOME_ORG,
},
{
param: "includeProjectInfoInSearch",
value: true,
}
);

Expand Down

0 comments on commit 8e491f3

Please sign in to comment.