Spaces:
Paused
Paused
matthoffner
commited on
Commit
·
635d262
1
Parent(s):
4e88a03
Update pages/api/home/home.tsx
Browse files- 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 =
|
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: '' });
|