Skip to content

Commit

Permalink
Fix compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
lszomoru committed Apr 18, 2024
1 parent 0e55ce7 commit 9f83b81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import * as fs from 'fs';
import * as path from 'path';
import { homedir } from 'os';
import { read, getGalleryAPI, getSecurityRolesAPI, log, getMarketplaceUrl, getAzureCredentialAccessToken } from './util';
import { read, getGalleryAPI, getSecurityRolesAPI, log, getMarketplaceUrl } from './util';
import { validatePublisher } from './validation';
import { readManifest } from './package';
import { getPAT } from './publish';
Expand Down

0 comments on commit 9f83b81

Please sign in to comment.