Skip to content

Commit

Permalink
Merge pull request #54 from keyoke/keyoke/features
Browse files Browse the repository at this point in the history
update imports
  • Loading branch information
keyoke authored Oct 5, 2021
2 parents 5fbe8ea + ed8b768 commit aa87eb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/block-duplicate-observer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import {
IWorkItemLoadedArgs,
IWorkItemChangedArgs,
} from 'azure-devops-extension-api/WorkItemTracking';
import * as dice from 'fast-dice-coefficient';
import dice from 'fast-dice-coefficient';
import striptags from 'striptags';
import originalFetch from 'isomorphic-fetch';
import fetchBuilder from 'fetch-retry';
Expand Down

0 comments on commit aa87eb4

Please sign in to comment.