Skip to content

Commit

Permalink
Merge branch 'master' into hooks-incoming-data-bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ar2rsawseen authored Nov 29, 2021
2 parents d02e313 + 83c8cb3 commit 804eb4c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8486,7 +8486,7 @@ app.addAppSwitchCallback(function(appId) {
versions[z] = versions[z].join(".");
}

if (versions[0] !== versions[1] || versions[1] !== versions[2]) {
if (versions[1] !== versions[2]) {
CountlyHelpers.notify({
title: jQuery.i18n.map["version_history.alert-title"],
message: jQuery.i18n.map["version_history.alert-message"]
Expand Down
1 change: 0 additions & 1 deletion plugins/hooks/api/parts/triggers/incoming_data.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ class IncomingDataTrigger {
catch (err) {
console.log(err);
}

});
});
}
Expand Down

0 comments on commit 804eb4c

Please sign in to comment.