File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
peerprep-fe/src/app/collaboration/components Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 1212 " NEXT_PUBLIC_API_GATEWAY_URL=${_NEXT_PUBLIC_API_GATEWAY_URL}" ,
1313 " --build-arg" ,
1414 " NEXT_PUBLIC_GITHUB_CLIENT_ID=${_NEXT_PUBLIC_GITHUB_CLIENT_ID}" ,
15+ " --build-arg" ,
16+ " NEXT_PUBLIC_SOCK_SERVER_URL=${_NEXT_PUBLIC_SOCK_SERVER_URL}" ,
1517 " -f" ,
1618 " peerprep-fe/Dockerfile" ,
1719 " peerprep-fe" ,
5254substitutions :
5355 _NEXT_PUBLIC_API_GATEWAY_URL : " "
5456 _NEXT_PUBLIC_GITHUB_CLIENT_ID : " "
57+ _NEXT_PUBLIC_SOCK_SERVER_URL : " "
5558
5659options :
5760 dynamic_substitutions : true
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ const CollaborationEditor = ({
8383 const states = providerRef . current ?. awareness . getStates ( ) ;
8484 if ( states ) {
8585 const newClients = new Map < number , ConnectedClient > ( ) ;
86- // Build new clients map.
86+ // Build new clients map
8787 // eslint-disable-next-line @typescript-eslint/no-explicit-any
8888 states . forEach ( ( value : { [ x : string ] : any } ) => {
8989 const state = value as AwarenessState ;
You can’t perform that action at this time.
0 commit comments