pages updated
This commit is contained in:
@@ -13,7 +13,6 @@ 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,
|
||||
@@ -41,6 +40,7 @@ async function updateBuild(payload: any) {
|
||||
}
|
||||
|
||||
async function createBuild(payload: any) {
|
||||
console.log("payload", payload);
|
||||
const tokenResponse: any = await fetchDataWithToken(
|
||||
buildCreateEndpoint,
|
||||
payload,
|
||||
|
||||
Reference in New Issue
Block a user