Skip to content

Commit

Permalink
fixing linear issue sync
Browse files Browse the repository at this point in the history
  • Loading branch information
ganimtron-10 committed Aug 13, 2024
1 parent 8bbbd59 commit 4910124
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/api/src/ticketing/ticket/services/linear/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export class LinearService implements ITicketService {
)}`,
},
});

this.logger.log(`Created linear ticket !`);

return {
data: resp.data.data.issueCreate.issue,
Expand Down Expand Up @@ -111,7 +111,7 @@ export class LinearService implements ITicketService {
this.logger.log(`Synced linear tickets !`);

return {
data: resp.data.data.users.nodes,
data: resp.data.data.issues.nodes,
message: 'Linear tickets retrieved',
statusCode: 200,
};
Expand Down

0 comments on commit 4910124

Please sign in to comment.