style: remove trailing whitespace to fix format check
This commit is contained in:
parent
9ae76b8972
commit
65b26334b0
@ -322,7 +322,7 @@ function enablePluginEntry(cfg: MoltbotConfig, pluginId: string): MoltbotConfig
|
|||||||
// UPDATE: We now standardize on config.plugins.entries for ALL plugins, including core channels.
|
// UPDATE: We now standardize on config.plugins.entries for ALL plugins, including core channels.
|
||||||
// This simplifies the logic and makes the test expectations correct.
|
// This simplifies the logic and makes the test expectations correct.
|
||||||
// Core channels can still have config in config.channels, but their enabled state is tracked in plugins.entries.
|
// Core channels can still have config in config.channels, but their enabled state is tracked in plugins.entries.
|
||||||
|
|
||||||
const entries = {
|
const entries = {
|
||||||
...cfg.plugins?.entries,
|
...cfg.plugins?.entries,
|
||||||
[pluginId]: {
|
[pluginId]: {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user