We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b29293 commit b67bdfcCopy full SHA for b67bdfc
src/models/adapter.model.ts
@@ -55,7 +55,7 @@ export interface Adapter {
55
providerConfig: Config,
56
id: string,
57
type: IntegrationEntityType
58
- ) => Promise<LabeledIntegrationEntity>;
+ ) => Promise<LabeledIntegrationEntity | null>;
59
handleConnectedEvent?: (config: Config) => Promise<void>;
60
getHealth?: () => Promise<void>;
61
getOAuth2RedirectUrl?: (req?: Request, res?: Response) => Promise<string>;
0 commit comments