Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
MarshalX committed Nov 27, 2024
1 parent c8adc5d commit f9af0e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/cli-download-service.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import * as fs from 'fs';
import * as path from 'path';
import * as decompress from 'decompress';
import decompress from 'decompress';
import { config } from '../utils/config';
import { GitHubRelease, GitHubReleaseAsset, IGithubReleaseService } from './github-release-service';
import {
Expand Down

0 comments on commit f9af0e8

Please sign in to comment.