Skip to content

Commit

Permalink
empty push
Browse files Browse the repository at this point in the history
  • Loading branch information
Fruittips committed Nov 30, 2023
1 parent bdefdbb commit e732f7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fire-cloud/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ async function validateAndPublishFireMessage(nodeId, fireProbability) {
fireStatuses[nodeId] = 1;
}

//if fire is dying down
//if fire is dying down aa
if (fireStatuses[nodeId] === 1) {
if (fireProbability < fireProbabilityThreshold) {
if (noFireDurations[nodeId] === null) {
Expand Down

0 comments on commit e732f7c

Please sign in to comment.