Skip to content

Commit

Permalink
Fix method documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
twschiller committed Jul 8, 2024
1 parent fa5acda commit 9fa590c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/integrations/integrationConfigLocator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,8 @@ class IntegrationConfigLocator {
}

/**
* Return the corresponding integration configuration, including secrets. Returns `null` if a remote configuration
* requiring a proxy, or not found.
* Return the corresponding integration configuration, including secrets. Returns `undefined` if a remote
* configuration requiring the proxy, or not found.
*
* Prior to 1.7.34, only could return locally-defined configurations. Now also returns remote pushdown configurations.
*
Expand Down

0 comments on commit 9fa590c

Please sign in to comment.