Adds some more polish
This commit is contained in:
parent
b3d0b3a90c
commit
11bd836ec3
18 changed files with 272 additions and 29 deletions
|
|
@ -15,7 +15,7 @@ export type RuntimeGroupConfiguration = {
|
|||
};
|
||||
|
||||
export type ChannelRuntimeGroupConfiguration = {
|
||||
newPlaydates: ChannelId,
|
||||
notifications: ChannelId,
|
||||
playdateReminders: ChannelId
|
||||
}
|
||||
|
||||
|
|
@ -75,7 +75,7 @@ export class GroupConfigurationProvider implements ConfigurationProvider<
|
|||
return new ConfigurationTransformer(
|
||||
[
|
||||
{
|
||||
path: ['channels', 'newPlaydates'],
|
||||
path: ['channels', 'notifications'],
|
||||
type: TransformerType.Channel,
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue