added inteceptor to include diff headers in diff env
This commit is contained in:
@@ -25,7 +25,7 @@ const HistoryScreen: React.FC = () => {
|
||||
|
||||
try {
|
||||
setHistoriesLoading(true);
|
||||
const historiesData = await getScannedHistories(userAttributes.sub);
|
||||
const historiesData = await getScannedHistories();
|
||||
dispatch(setScannedHistories(historiesData));
|
||||
|
||||
setHistoriesLoading(false);
|
||||
|
||||
Reference in New Issue
Block a user