fix: refs #8114 clean
gitea/salix-front/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
Carlos Satorres 2024-12-02 13:28:13 +01:00
parent 50360523b3
commit 1291dc1723
1 changed files with 0 additions and 1 deletions

View File

@ -152,7 +152,6 @@ async function fetchClientAddress(id, formData = {}) {
} }
async function fetchAgencies({ landed, addressId }) { async function fetchAgencies({ landed, addressId }) {
console.log('addressId', addressId);
if (!landed || !addressId) return (agencyList.value = []); if (!landed || !addressId) return (agencyList.value = []);
const { data } = await axios.get('Agencies/landsThatDay', { const { data } = await axios.get('Agencies/landsThatDay', {