fix: public page did not actually GET the system
This commit is contained in:
parent
5a43a38bb7
commit
e4413acea5
@ -31,7 +31,7 @@
|
|||||||
|
|
||||||
async function getSystem() {
|
async function getSystem() {
|
||||||
try {
|
try {
|
||||||
let res: System = await api().systems(id);
|
let res: System = await api().systems(id).get();
|
||||||
user = res;
|
user = res;
|
||||||
title = user.name ? user.name : "system";
|
title = user.name ? user.name : "system";
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
|
Loading…
Reference in New Issue
Block a user