project setup
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
export const randomApiError = () => {
|
||||
const error = Math.random() > 0.5;
|
||||
return error;
|
||||
};
|
||||
Reference in New Issue
Block a user