This commit is contained in:
Adria Navarro 2025-03-20 16:50:12 +01:00
parent 7e48bd2e4b
commit d3e4604d96
1 changed files with 1 additions and 1 deletions

View File

@ -206,7 +206,7 @@ export const getPluginParams = (pluginId?: string | null, otherProps = {}) => {
*/ */
export const getOAuth2ConfigParams = ( export const getOAuth2ConfigParams = (
configId?: string | null, configId?: string | null,
otherProps = {} otherProps: Partial<DatabaseQueryOpts> = {}
) => { ) => {
return getDocParams(DocumentType.OAUTH2_CONFIG, configId, otherProps) return getDocParams(DocumentType.OAUTH2_CONFIG, configId, otherProps)
} }