Fixes errors when handling config for new groups

This commit is contained in:
Michel Fedde 2025-05-27 19:28:39 +02:00
parent 8ac59567b9
commit fccc30626a
2 changed files with 12 additions and 5 deletions

View file

@ -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: {