Skip to content

Commit

Permalink
Use default import
Browse files Browse the repository at this point in the history
  • Loading branch information
hannes-mk committed Nov 30, 2023
1 parent 21cf087 commit 6802b27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jira-related/jira-service-functions.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import * as _ from "lodash"
import _ from "lodash";
import { Issue } from "../core/core-interfaces";

export function createAuthorizationHeaderValue(jiraAuthEmail: string, jiraAuthToken: string): string {
Expand Down

0 comments on commit 6802b27

Please sign in to comment.