for getBuildData return null while error
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user