Skip to content

Commit 330e6f8

Browse files
committed
feat(): update
1 parent d960c05 commit 330e6f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

website/plasma-website/hooks/useMergedAllPlatformsData.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,7 @@ export const useMergedAllPlatformsData = (skipFetch = false) => {
243243

244244
localStorage.setItem('CHANGELOG_DATA', JSON.stringify(storage));
245245
} catch (e) {
246+
// @ts-ignore
246247
setError(e?.message || '');
247248

248249
console.error('Error fetching GitHub data:', e);

0 commit comments

Comments
 (0)