Add missing semicolon
This commit is contained in:
parent
25db650fae
commit
514a643b32
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ Hooks.once(`init`, () => {
|
|||
|
||||
// #region Settings
|
||||
registerDevSettings();
|
||||
registerUserSettings()
|
||||
registerUserSettings();
|
||||
// #endregion
|
||||
|
||||
// #region Datamodels
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue