V 2.1.0 Verbesserungen von Claude Code eingeügt
This commit is contained in:
@@ -25,6 +25,7 @@ export default function Home() {
|
||||
'Cache-Control': 'no-cache',
|
||||
},
|
||||
});
|
||||
if (!response.ok) throw new Error(`HTTP ${response.status}`);
|
||||
const data = await response.json();
|
||||
if (data.success && isMounted) {
|
||||
setEntries(data.data);
|
||||
@@ -50,6 +51,7 @@ export default function Home() {
|
||||
'Cache-Control': 'no-cache',
|
||||
},
|
||||
});
|
||||
if (!response.ok) throw new Error(`HTTP ${response.status}`);
|
||||
const data = await response.json();
|
||||
if (data.success) {
|
||||
setEntries(data.data);
|
||||
|
||||
Reference in New Issue
Block a user