Buildin Page tested

This commit is contained in:
2025-01-02 16:17:30 +03:00
parent 4bf79cff55
commit 24d2169132
29 changed files with 1796 additions and 50 deletions

View File

@@ -13,6 +13,7 @@ const buildUpdateEndpoint = `${baseUrl}/building/build/update`;
async function retrieveBuildList(payload: FilterListInterface) {
const feedObject = new FilterList(payload).filter();
console.log("feedObject", feedObject);
const tokenResponse: any = await fetchDataWithToken(
buildListEndpoint,
feedObject,