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 658aeac commit 72c9b70Copy full SHA for 72c9b70
src/models/adapter.model.ts
@@ -99,5 +99,5 @@ export interface Adapter {
99
config: Config,
100
body: FollowUpWithIntegrationEntities,
101
) => Promise<string>;
102
- getTaskMetadata?: (req: Request, config: Config) => Promise<TaskMetadata>;
+ getTaskMetadata?: (config: Config) => Promise<TaskMetadata>;
103
}
0 commit comments