fix: add get review debugger
This commit is contained in:
parent
be20832b19
commit
3c8b8a32ad
|
|
@ -15,6 +15,7 @@ export const useReviewTable = (
|
||||||
const getReviewData = async () => {
|
const getReviewData = async () => {
|
||||||
try {
|
try {
|
||||||
setIsLoading(true);
|
setIsLoading(true);
|
||||||
|
console.log(reviewPath);
|
||||||
const req = await fetch(reviewPath);
|
const req = await fetch(reviewPath);
|
||||||
const res: ApiResponse = await req.json();
|
const res: ApiResponse = await req.json();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue