mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-17 01:00:06 +00:00
Made UserSettings nullable
This commit is contained in:
@@ -52,7 +52,7 @@ export class DefaultConfig implements Config {
|
||||
return this._serverConfig;
|
||||
}
|
||||
|
||||
userSettings(): UserSettings {
|
||||
userSettings(): UserSettings | null {
|
||||
return this._userSettings;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user