Skip to content

Commit 76a760f

Browse files
[autofix.ci] apply automated fixes
1 parent ab30fa6 commit 76a760f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

frontend/src/components/chat/code-engine/project-context.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -918,7 +918,7 @@ export function ProjectProvider({ children }: { children: ReactNode }) {
918918
}
919919

920920
if (isMounted.current) {
921-
setTempLoadingProjectId(null);
921+
setTempLoadingProjectId(null);
922922
}
923923
return project;
924924
}
@@ -1033,7 +1033,7 @@ export function ProjectProvider({ children }: { children: ReactNode }) {
10331033
refetchPublicProjects,
10341034
setRefetchPublicProjects,
10351035
tempLoadingProjectId,
1036-
setTempLoadingProjectId,
1036+
setTempLoadingProjectId,
10371037
]
10381038
);
10391039

frontend/src/graphql/request.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ export const DELETE_CHAT = gql`
100100
export const GET_USER_INFO = gql`
101101
query me {
102102
me {
103-
id,
103+
id
104104
username
105105
email
106106
avatarUrl

0 commit comments

Comments
 (0)