mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
fix: public page did not actually GET the system
This commit is contained in:
parent
5a43a38bb7
commit
e4413acea5
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@
|
|||
|
||||
async function getSystem() {
|
||||
try {
|
||||
let res: System = await api().systems(id);
|
||||
let res: System = await api().systems(id).get();
|
||||
user = res;
|
||||
title = user.name ? user.name : "system";
|
||||
} catch (error) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue