Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rooklift committed Jun 10, 2022
1 parent 227fe22 commit 8aa3f38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modules/hub_settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ module.exports = {

set: function(key, value) {

let old_value = config[key];
config[key] = value;

// Any followup actions....................................................................
Expand Down

0 comments on commit 8aa3f38

Please sign in to comment.