Merge branch 'hotfix/1.10.1' into develop
This commit is contained in:
@@ -113,7 +113,7 @@ export const fetchAllLocations = withUser(async (user:AuthenticatedUser, year:nu
|
|||||||
{
|
{
|
||||||
projection: {
|
projection: {
|
||||||
// don't include the attachment binary data in the response
|
// don't include the attachment binary data in the response
|
||||||
"bill.attachment.fileContentsBase64": 0,
|
"bills.attachment.fileContentsBase64": 0
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
@@ -126,7 +126,7 @@ export const fetchAllLocations = withUser(async (user:AuthenticatedUser, year:nu
|
|||||||
|
|
||||||
// await asyncTimeout(1000);
|
// await asyncTimeout(1000);
|
||||||
|
|
||||||
return(locations);
|
return(locations)
|
||||||
})
|
})
|
||||||
|
|
||||||
export const fetchLocationById = withUser(async (user:AuthenticatedUser, locationID:string) => {
|
export const fetchLocationById = withUser(async (user:AuthenticatedUser, locationID:string) => {
|
||||||
@@ -144,7 +144,7 @@ export const fetchLocationById = withUser(async (user:AuthenticatedUser, locatio
|
|||||||
{
|
{
|
||||||
projection: {
|
projection: {
|
||||||
// don't include the attachment binary data in the response
|
// don't include the attachment binary data in the response
|
||||||
"bill.attachment.fileContentsBase64": 0,
|
"bills.attachment.fileContentsBase64": 0,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ networks:
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
web-app:
|
web-app:
|
||||||
image: utility-bills-tracker:1.10.0
|
image: utility-bills-tracker:1.10.1
|
||||||
networks:
|
networks:
|
||||||
- traefik-network
|
- traefik-network
|
||||||
- mongo-network
|
- mongo-network
|
||||||
|
|||||||
Reference in New Issue
Block a user