for getBuildData return null while error

This commit is contained in:
smanylov
2026-02-12 11:17:30 +07:00
parent be1f310595
commit a52be724c0
+1 -1
View File
@@ -115,6 +115,6 @@ export async function getBuildData() {
return await response.json(); return await response.json();
} }
} catch (error) { } catch (error) {
console.error('error'); return null;
} }
} }