mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-10-02 11:29:41 +00:00
Apply prettier rules
This commit is contained in:
@@ -1,10 +1,8 @@
|
||||
import { fetchResults } from 'ChillMainAssets/lib/api/apiMethods.ts';
|
||||
import { fetchResults } from "ChillMainAssets/lib/api/apiMethods.ts";
|
||||
|
||||
const fetchHouseholdByAddressReference = async (reference) => {
|
||||
const url = `/api/1.0/person/household/by-address-reference/${reference.id}.json`
|
||||
const url = `/api/1.0/person/household/by-address-reference/${reference.id}.json`;
|
||||
return fetchResults(url);
|
||||
};
|
||||
|
||||
export {
|
||||
fetchHouseholdByAddressReference
|
||||
};
|
||||
export { fetchHouseholdByAddressReference };
|
||||
|
Reference in New Issue
Block a user