fix: clean up plugin linting and types
This commit is contained in:
@@ -53,7 +53,7 @@ function resolveAccountConfig(
|
||||
if (!accounts || typeof accounts !== "object") {
|
||||
return undefined;
|
||||
}
|
||||
return accounts[accountId] as GoogleChatAccountConfig | undefined;
|
||||
return accounts[accountId];
|
||||
}
|
||||
|
||||
function mergeGoogleChatAccountConfig(
|
||||
|
||||
Reference in New Issue
Block a user