Skip to content

Commit

Permalink
fix build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
musiur committed Dec 6, 2024
1 parent 04262f2 commit 109b322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/case-studies/_utils/clients-reviews.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const ClientsReviews = async ({
}: {
testimonial?: boolean;
projectIdea?: boolean;
reviews?: any[];
reviews?: object[];
}) => {
if (!reviews) {
const result = await Action___GET__AllReviews();
Expand Down

0 comments on commit 109b322

Please sign in to comment.