Skip to content

Commit 6e7d8d6

Browse files
committed
Updated dependencies
1 parent 3786a38 commit 6e7d8d6

File tree

2 files changed

+4110
-4844
lines changed

2 files changed

+4110
-4844
lines changed

frontend/src/app/show/show.component.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ export class ShowComponent implements OnInit {
3636
.then(() => {
3737
let s = base64.decode(this.data.split('.')[1])
3838
this.msg = JSON.parse(s)
39+
console.log("msg:", this.msg)
3940

4041
if (this.msg.name != undefined) {
4142
this.name = this.msg.name

0 commit comments

Comments
 (0)