Merge branch 'object_status' into staging_environment

This commit is contained in:
csawatzky 2026-01-19 13:18:14 -06:00
commit 3f186f7a45
9 changed files with 78 additions and 18 deletions

View file

@ -138,6 +138,7 @@ export default function GateProvider(props: PropsWithChildren<Props>) {
return new Promise<AxiosResponse<pond.ListGatesResponse>>((resolve, reject) => {
get<pond.ListGatesResponse>(url).then(resp => {
resp.data = pond.ListGatesResponse.fromObject(resp.data)
console.log(resp)
return resolve(resp)
}).catch(err => {
return reject(err)