Type
This commit is contained in:
parent
7e48bd2e4b
commit
d3e4604d96
|
@ -206,7 +206,7 @@ export const getPluginParams = (pluginId?: string | null, otherProps = {}) => {
|
|||
*/
|
||||
export const getOAuth2ConfigParams = (
|
||||
configId?: string | null,
|
||||
otherProps = {}
|
||||
otherProps: Partial<DatabaseQueryOpts> = {}
|
||||
) => {
|
||||
return getDocParams(DocumentType.OAUTH2_CONFIG, configId, otherProps)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue