Skip to content

Commit 227ab37

Browse files
author
aditya
committed
chore: remove unused var
1 parent 0b47ce7 commit 227ab37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import * as https from 'https';
55
import * as axios from 'axios';
66
import * as Faye from 'faye';
77
import { jwtDecode } from 'jwt-decode';
8-
import AxiosProgressEvent, { AxiosRequestConfig, AxiosResponse } from 'axios';
8+
import AxiosProgressEvent, { AxiosResponse } from 'axios';
99

1010
import { Personalization } from './personalization';
1111
import { Collections } from './collections';

0 commit comments

Comments
 (0)