Skip to content

Commit

Permalink
Remove propertyKey
Browse files Browse the repository at this point in the history
  • Loading branch information
elainefigma committed Jan 9, 2024
1 parent 428caff commit 9a7a1cb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/infrastructure/jira/jira-client/jira-client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,6 @@ class JiraClient {
connectInstallation: ConnectInstallation,
): Promise<void> => {
const context = {
propertyKey,
baseUrl: connectInstallation.baseUrl,
clientKey: connectInstallation.clientKey,
};
Expand Down Expand Up @@ -261,7 +260,6 @@ class JiraClient {
connectInstallation: ConnectInstallation,
): Promise<void> => {
const context = {
propertyKey,
baseUrl: connectInstallation.baseUrl,
clientKey: connectInstallation.clientKey,
};
Expand Down

0 comments on commit 9a7a1cb

Please sign in to comment.