Skip to content

Commit

Permalink
triggering actions
Browse files Browse the repository at this point in the history
  • Loading branch information
EduardoFF committed Aug 26, 2024
1 parent 087dd9a commit a6ff0bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ Settings.prototype.get = function (key, def) {
}
return def;
}
// this is uncovered
// this is uncovered, yes it is
if (obj === undefined) {
return def;
}
Expand Down

0 comments on commit a6ff0bc

Please sign in to comment.