We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 128c312 commit 0b47ce7Copy full SHA for 0b47ce7
src/client.ts
@@ -5,7 +5,7 @@ import * as https from 'https';
5
import * as axios from 'axios';
6
import * as Faye from 'faye';
7
import { jwtDecode } from 'jwt-decode';
8
-import AxiosProgressEvent, { AxiosRequestConfig, AxiosResponse } from "axios";
+import AxiosProgressEvent, { AxiosRequestConfig, AxiosResponse } from 'axios';
9
10
import { Personalization } from './personalization';
11
import { Collections } from './collections';
0 commit comments