chore(lint): clear extension lint regressions and add #63416 changelog

This commit is contained in:
Vignesh Natarajan
2026-04-08 17:17:29 -07:00
parent 1f3171ac91
commit 2484064c48
14 changed files with 16 additions and 15 deletions

View File

@@ -80,7 +80,7 @@ export const secretTargetRegistryEntries = [
export function collectRuntimeConfigAssignments(params: {
config: { channels?: Record<string, unknown> };
defaults: SecretDefaults | undefined;
defaults?: SecretDefaults;
context: ResolverContext;
}): void {
const resolved = getChannelSurface(params.config, "feishu");