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 5efe2c6 commit b1f418a
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, yes it is
// this is uncovered
if (obj === undefined) {
return def;
}
Expand Down

0 comments on commit b1f418a

Please sign in to comment.