From e40f07211f5f15dcb138e2520a76d13afd3c0cfd Mon Sep 17 00:00:00 2001 From: FifthWit Date: Thu, 30 Jan 2025 10:44:30 -0600 Subject: formatted with prettier --- frontend/src/api/User.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'frontend/src/api/User.ts') diff --git a/frontend/src/api/User.ts b/frontend/src/api/User.ts index 004aa22..4ce21e1 100644 --- a/frontend/src/api/User.ts +++ b/frontend/src/api/User.ts @@ -1,6 +1,6 @@ -import axios from "axios"; -import { url } from "@api/Api"; -import { UserProfile } from "@customTypes/Profile"; +import axios from 'axios'; +import { url } from '@api/Api'; +import { UserProfile } from '@customTypes/Profile'; export const get_user = async (user_id: string): Promise => { const response = await axios.get(url(`users/${user_id}`)); -- cgit v1.2.3