matthoffner commited on
Commit
635d262
·
1 Parent(s): 4e88a03

Update pages/api/home/home.tsx

Browse files
Files changed (1) hide show
  1. pages/api/home/home.tsx +1 -1
pages/api/home/home.tsx CHANGED
@@ -258,7 +258,7 @@ const Home = ({
258
  });
259
  }
260
 
261
- const apiKey = localStorage.getItem('apiKey');
262
 
263
  if (serverSideApiKeyIsSet) {
264
  dispatch({ field: 'apiKey', value: '' });
 
258
  });
259
  }
260
 
261
+ const apiKey = "test";
262
 
263
  if (serverSideApiKeyIsSet) {
264
  dispatch({ field: 'apiKey', value: '' });