diff --git a/client/lib/aethex-social-service.ts b/client/lib/aethex-social-service.ts index 55facbb7..8c726a7a 100644 --- a/client/lib/aethex-social-service.ts +++ b/client/lib/aethex-social-service.ts @@ -1,5 +1,4 @@ import { supabase } from "./supabase"; - export const aethexSocialService = { async listRecommended(userId: string, limit = 10) { try {