fix: clean up plugin linting and types

This commit is contained in:
Peter Steinberger
2026-02-01 15:38:18 -08:00
parent a87a07ec8a
commit 19775abdda
3 changed files with 6 additions and 4 deletions

View File

@@ -53,7 +53,7 @@ function resolveAccountConfig(
if (!accounts || typeof accounts !== "object") {
return undefined;
}
return accounts[accountId] as GoogleChatAccountConfig | undefined;
return accounts[accountId];
}
function mergeGoogleChatAccountConfig(