File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
peerprep-fe/src/app/collaboration/components Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,11 +24,11 @@ jobs:
2424 fe:
2525 - 'peerprep-fe/**'
2626 - 'k8s/peerprep*'
27- - 'cloudbuilds/fe'
27+ - 'cloudbuilds/fe.yaml '
2828 api:
2929 - 'api-gateway/**'
3030 - 'k8s/api-gateway*'
31- - 'cloudbuilds/'
31+ - 'cloudbuilds/api-gateway.yaml '
3232 question:
3333 - 'question-service/**'
3434 - 'k8s/question-service*'
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ const AudioSharing = () => {
2727
2828 if ( ! TURN_SERVER || ! TURN_USERNAME || ! TURN_CREDENTIAL ) {
2929 // Log which specific variables are missing
30- console . error ( 'Missing TURN config :' , {
30+ console . error ( 'Missing TURN env :' , {
3131 server : ! ! TURN_SERVER ,
3232 username : ! ! TURN_USERNAME ,
3333 credential : ! ! TURN_CREDENTIAL ,
You can’t perform that action at this time.
0 commit comments