Skip to content

Commit

Permalink
VPN-6540: add missing return (#9772)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcleinman authored Aug 13, 2024
1 parent 54c2105 commit 8984434
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions addons/message_update_v2.24/osCheck.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
const majorVersion = Number(majorVersionString);

majorVersion >= minVersion ? condition.enable() : condition.disable();
return;
}

// For all other platforms, enable the addon.
Expand Down

0 comments on commit 8984434

Please sign in to comment.