We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae0e838 commit a07a90fCopy full SHA for a07a90f
frontend/src/api/user.tsx
@@ -1,8 +1,11 @@
1
+/* eslint-disable */
2
+
3
import { User } from "@/types/user";
4
-export const setGetProfile = async (): // access_token: string,
-// user: User
5
-Promise<User> => {
+export const setGetProfile = async (
6
+ access_token: string,
7
+ user: User
8
+): Promise<User> => {
9
// const username = user.username;
10
// const bio = user.bio;
11
// const linkedin = user.linkedin;
0 commit comments