Skip to content

Commit

Permalink
added more rescue types
Browse files Browse the repository at this point in the history
  • Loading branch information
OSPFNeighbour committed Jan 28, 2024
1 parent af49d7e commit 63904e6
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/pages/summary.js
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,15 @@ console.log(userId)
rescue = rescue + _.findWhere(summary.result, {
Name: "CFR"
}).Count;

rescue = rescue + _.findWhere(summary.result, {
Name: "LAR"
}).Count;
rescue = rescue + _.findWhere(summary.result, {
Name: "GLR"
}).Count;
rescue = rescue + _.findWhere(summary.result, {
Name: "PAD"
}).Count;

var support = _.findWhere(summary.result, {
Name: "Support"
Expand Down

0 comments on commit 63904e6

Please sign in to comment.