update reports

Signed-off-by: Billy Stalnaker <bstalnaker@roadie.com>
This commit is contained in:
Billy Stalnaker
2025-05-20 12:37:17 -04:00
parent 7cf0f1382a
commit 49d2cd5f18
@@ -11,14 +11,6 @@ export type ChannelSetting = {
origins: OriginSetting[];
};
// @public (undocumented)
export const generateSettingsHash: (
user: string,
channel: string,
origin: string,
topic: string | null,
) => string;
// @public (undocumented)
export const getProcessorFiltersFromConfig: (
config: Config,