minor updates

This commit is contained in:
Ren Amamiya
2023-06-18 11:24:57 +07:00
parent 3cc24dc8c1
commit 7ec284d4a5
15 changed files with 174 additions and 164 deletions

View File

@@ -107,7 +107,7 @@ export function Page() {
async function fetchChannelMessages() {
try {
const ids = [];
const channels: any = await getChannels(10, 0);
const channels: any = await getChannels();
channels.forEach((channel) => {
ids.push(channel.event_id);
});