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:
24
24
fe:
25
25
- 'peerprep-fe/**'
26
26
- 'k8s/peerprep*'
27
- - 'cloudbuilds/fe'
27
+ - 'cloudbuilds/fe.yaml '
28
28
api:
29
29
- 'api-gateway/**'
30
30
- 'k8s/api-gateway*'
31
- - 'cloudbuilds/'
31
+ - 'cloudbuilds/api-gateway.yaml '
32
32
question:
33
33
- 'question-service/**'
34
34
- 'k8s/question-service*'
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ const AudioSharing = () => {
27
27
28
28
if ( ! TURN_SERVER || ! TURN_USERNAME || ! TURN_CREDENTIAL ) {
29
29
// Log which specific variables are missing
30
- console . error ( 'Missing TURN config :' , {
30
+ console . error ( 'Missing TURN env :' , {
31
31
server : ! ! TURN_SERVER ,
32
32
username : ! ! TURN_USERNAME ,
33
33
credential : ! ! TURN_CREDENTIAL ,
You can’t perform that action at this time.
0 commit comments