Skip to content

Commit 9f83b81

Browse files
committed
Fix compilation error
1 parent 0e55ce7 commit 9f83b81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/store.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import * as fs from 'fs';
22
import * as path from 'path';
33
import { homedir } from 'os';
4-
import { read, getGalleryAPI, getSecurityRolesAPI, log, getMarketplaceUrl, getAzureCredentialAccessToken } from './util';
4+
import { read, getGalleryAPI, getSecurityRolesAPI, log, getMarketplaceUrl } from './util';
55
import { validatePublisher } from './validation';
66
import { readManifest } from './package';
77
import { getPAT } from './publish';

0 commit comments

Comments
 (0)