Skip to content

Commit 70552c8

Browse files
committed
fix tslint error
1 parent bed691a commit 70552c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/auth/oidcClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ import * as https from "https";
55
import * as jws from 'jws';
66
import fetch from 'node-fetch';
77
import path from 'path';
8+
import sanitizeHtml from 'sanitize-html';
89
import { SecureContextOptions } from 'tls';
910
import { v4 as uuid } from 'uuid';
1011
import { env, Uri, window } from "vscode";
1112
import { IRestClientSettings, SystemSettings } from '../../models/configurationSettings';
1213
import { MemoryCache } from '../memoryCache';
1314
import { getCurrentHttpFileName, getWorkspaceRootPath } from '../workspaceUtility';
14-
import sanitizeHtml from 'sanitize-html';
1515

1616
type ServerAuthorizationCodeResponse = {
1717
// Success case

0 commit comments

Comments
 (0)