CFE-26 add skeleton and related test
This commit is contained in:
@@ -7,7 +7,6 @@ const useAnswer = (id) => {
|
||||
const fetcher = (...args) => {
|
||||
return requestServer(args, 'get').then((response) => {
|
||||
return response.data.data;
|
||||
}).catch(() => {
|
||||
})
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user