Skip to content

Commit 6121f29

Browse files
committed
Publish app
1 parent c9db7e9 commit 6121f29

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Angular/src/app/speaker/speaker.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export class SpeakerComponentComponent implements OnInit {
5959
this.room = sessionizeApiResult.rooms.find(
6060
(r) => r.id === this.session.roomId
6161
);
62-
this.watchNowUrl = this.watchNowService.getUrlForRoom(this.room);
62+
this.watchNowUrl = this.watchNowService.getUrlForRoom(this.room.name);
6363

6464
this.titleService.setTitle(
6565
`${this.speaker.firstName} ${this.speaker.lastName}`

app/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@
2525
})();
2626
</script>
2727
<app-root></app-root>
28-
<script src="runtime.acf0dec4155e77772545.js" defer></script><script src="polyfills.35a5ca1855eb057f016a.js" defer></script><script src="main.001ddefb86e6bdf026e0.js" defer></script></body>
28+
<script src="runtime.acf0dec4155e77772545.js" defer></script><script src="polyfills.35a5ca1855eb057f016a.js" defer></script><script src="main.61d03864265a9d285eee.js" defer></script></body>
2929
</html>
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)