Merge pull request #15814 from danimo/fix/15803

fix: spelling errors in session keys
This commit is contained in:
Ramón Souza 2022-11-04 13:15:59 -03:00 committed by GitHub
commit 13b2d8791d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ const SETTINGS = [
];
const CHANGED_SETTINGS = 'changed_settings';
const DEFAULT_SETTINGS = 'dafault_settings';
const DEFAULT_SETTINGS = 'default_settings';
class Settings {
constructor(defaultValues = {}) {