Fixes errors when handling config for new groups
This commit is contained in:
parent
8ac59567b9
commit
fccc30626a
2 changed files with 12 additions and 5 deletions
|
|
@ -9,7 +9,7 @@ import {Nullable} from "../types/Nullable";
|
|||
import {isPlainObject} from "is-plain-object";
|
||||
|
||||
export class GroupConfigurationHandler {
|
||||
private static DEFAULT_CONFIGURATION: RuntimeGroupConfiguration = {
|
||||
static DEFAULT_CONFIGURATION: RuntimeGroupConfiguration = {
|
||||
channels: null,
|
||||
locale: new Intl.Locale('en-GB'),
|
||||
permissions: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue