File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/plus/integrations/providers Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -213,10 +213,10 @@ export class LinearIntegration extends IssuesIntegration<IssuesCloudHostIntegrat
213213 protected override async getProviderLinkedIssueOrPullRequest (
214214 session : ProviderAuthenticationSession ,
215215 resource : ResourceDescriptor ,
216- { id } : { id : string ; key : string } ,
216+ { key } : { id : string ; key : string } ,
217217 _type : undefined | IssueOrPullRequestType ,
218218 ) : Promise < IssueOrPullRequest | undefined > {
219- const issue = await this . getRawProviderIssue ( session , resource , id ) ;
219+ const issue = await this . getRawProviderIssue ( session , resource , key ) ;
220220 const autolinkableIssue : ProviderIssue | undefined = issue && {
221221 ...issue ,
222222 url : this . getIssueAutolinkLikeUrl ( issue ) ,
You can’t perform that action at this time.
0 commit comments