File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
components/chat/code-engine Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ export const DELETE_CHAT = gql`
100100export const GET_USER_INFO = gql `
101101 query me {
102102 me {
103- id,
103+ id
104104 username
105105 email
106106 avatarUrl
You can’t perform that action at this time.
0 commit comments