fix: load more
This commit is contained in:
@@ -51,7 +51,7 @@
|
|||||||
clearInterval(loadBuildLogsInterval);
|
clearInterval(loadBuildLogsInterval);
|
||||||
});
|
});
|
||||||
async function getBuildLogs() {
|
async function getBuildLogs() {
|
||||||
const response = await get(`/applications/${$page.params.id}/logs/build?skip=0`);
|
const response = await get(`/applications/${$page.params.id}/logs/build?skip=${skip}`);
|
||||||
builds = response.builds;
|
builds = response.builds;
|
||||||
}
|
}
|
||||||
// async function updateBuildStatus({ detail }: { detail: any }) {
|
// async function updateBuildStatus({ detail }: { detail: any }) {
|
||||||
|
Reference in New Issue
Block a user