mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 17:03:49 +01:00
use chartLimit
This commit is contained in:
parent
565630fff0
commit
17af43301a
@ -113,7 +113,7 @@ async function renderChart() {
|
||||
values = raw.deliverFailed;
|
||||
} else if (props.src === "my-notes") {
|
||||
const raw = await os.api("charts/user/notes", {
|
||||
limit: 7 * 21,
|
||||
limit: chartLimit,
|
||||
span: "day",
|
||||
userId: $i.id,
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user