Skip to content

Commit

Permalink
Merge pull request #4 from crisis-communication-ai-community/dev
Browse files Browse the repository at this point in the history
Modified for memory decrease in node
  • Loading branch information
sukantaworkspace committed Apr 22, 2020
2 parents 0d1428e + 1d328d6 commit 4df0372
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cloud_function/covid-crisis-resolver.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ async function main(params) {

offset = getRandomInt(50);


let queryParams = null;
if (params.type === "numeric") {
const numericsQueryParams = {
Expand All @@ -87,7 +86,6 @@ async function main(params) {
count: 1,
};
queryParams = normalQueryParams;

} else {
const commonQueryParams = {
environment_id: params.common_env_id,
Expand Down

1 comment on commit 4df0372

@sukantaworkspace
Copy link
Contributor Author

Choose a reason for hiding this comment

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

IBM Cloud toolchain: Delivery Pipeline deployed crisis-communication-chat-bot to prod, including this commit

Please sign in to comment.