forked from p15670423/monkey
quick bugfix for auth
This commit is contained in:
parent
0fb4feb78c
commit
08e7f8cd3a
|
@ -103,7 +103,7 @@ class PreviewPaneComponent extends AuthComponent {
|
|||
}
|
||||
|
||||
downloadLog(asset) {
|
||||
fetch('/api/log?id=' + asset.id)
|
||||
this.authFetch('/api/log?id=' + asset.id)
|
||||
.then(res => res.json())
|
||||
.then(res => {
|
||||
let timestamp = res['timestamp'];
|
||||
|
|
Loading…
Reference in New Issue