Skip to content

Commit a07a90f

Browse files
committed
Fix linter
1 parent ae0e838 commit a07a90f

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

frontend/src/api/user.tsx

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1+
/* eslint-disable */
2+
13
import { User } from "@/types/user";
24

3-
export const setGetProfile = async (): // access_token: string,
4-
// user: User
5-
Promise<User> => {
5+
export const setGetProfile = async (
6+
access_token: string,
7+
user: User
8+
): Promise<User> => {
69
// const username = user.username;
710
// const bio = user.bio;
811
// const linkedin = user.linkedin;

0 commit comments

Comments
 (0)