Skip to content

Commit fd8d817

Browse files
authored
Update jiffyApis.tsx
testapikey removed
1 parent 7e02dfc commit fd8d817

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/common/apiCalls/jiffyApis.tsx

Lines changed: 2 additions & 2 deletions
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 || 'TestAPIKeyDontUseInCode',
1131+
'x-api-key': X_API_Key ,
11321132
},
11331133
});
11341134
if (!res.ok) {
@@ -1153,4 +1153,4 @@ export const fetchNetworkData = async (term: string): Promise<NetworkResponse[]>
11531153
}
11541154
})
11551155
);
1156-
};
1156+
};

0 commit comments

Comments
 (0)