completionId: cgen-d57a797de51c4d65bc098f5a30ea818c

cgen-d57a797de51c4d65bc098f5a30ea818c
This commit is contained in:
Builder.io 2025-11-12 05:54:37 +00:00
parent d0bbbbefd9
commit 9e246d8515

View file

@ -7,6 +7,9 @@ import type {
CommunityPost,
} from "./database.types";
// API Base URL for fetch requests
const API_BASE = import.meta.env.VITE_API_BASE || "";
// User Profile Services
export const userProfileService = {
async getProfile(userId: string): Promise<UserProfile | null> {