Skip to content

Commit e13f364

Browse files
authored
Fix action summary
1 parent 6015f91 commit e13f364

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/livekit/actions/create-ingress-from-url/create-ingress-from-url.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ export default {
8181
enableTranscoding,
8282
url,
8383
});
84-
$.export("$summary", `Successfully created room with SID \`${response.sid}\`.`);
84+
$.export("$summary", `Successfully created room with SID \`${response.ingressId}\`.`);
8585
return response;
8686
},
8787
};

0 commit comments

Comments
 (0)