Skip to content

Commit a1e6f47

Browse files
authored
Update jiffyApis.tsx
fix getuserologs
1 parent 5e9ad18 commit a1e6f47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/common/apiCalls/jiffyApis.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1128,7 +1128,7 @@ export const fetchData = async (item : ItemProps) => {
11281128
try {
11291129
const res = await fetch(`${API_URL}/v0/getUserOpLogs?userOpHash=${item.userOpHash}&network=${item.network}`, {
11301130
headers: {
1131-
'x-api-key': X_API_Key ,
1131+
'x-api-key': X_API_Key ?? '' ,
11321132
},
11331133
});
11341134
if (!res.ok) {

0 commit comments

Comments
 (0)