fix: add get review debugger

This commit is contained in:
Mahen 2026-05-19 19:39:33 +07:00
parent be20832b19
commit 3c8b8a32ad
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ export const useReviewTable = (
const getReviewData = async () => {
try {
setIsLoading(true);
console.log(reviewPath);
const req = await fetch(reviewPath);
const res: ApiResponse = await req.json();