Skip to content

Commit 72c9b70

Browse files
committed
♻️ change signature of task metadata route
1 parent 658aeac commit 72c9b70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/models/adapter.model.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,5 +99,5 @@ export interface Adapter {
9999
config: Config,
100100
body: FollowUpWithIntegrationEntities,
101101
) => Promise<string>;
102-
getTaskMetadata?: (req: Request, config: Config) => Promise<TaskMetadata>;
102+
getTaskMetadata?: (config: Config) => Promise<TaskMetadata>;
103103
}

0 commit comments

Comments
 (0)