Skip to content

Commit c4a0602

Browse files
Minor update
LF-3081
1 parent 2c6f4b4 commit c4a0602

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sdc-ig-supplements.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ function getScoreFromCache(key) {
150150
*/
151151
function fetchWithCache(url, options) {
152152
const requestKey = [
153-
url + (options ? JSON.stringify(options) : '')
153+
url, options ? JSON.stringify(options) : ''
154154
].join('|');
155155

156156
const timestamp = Date.now();

0 commit comments

Comments
 (0)