Add newlines at the end of multiple service files for consistency

This commit is contained in:
2025-05-26 10:20:35 +05:30
parent 8af4442a28
commit b99981a661
13 changed files with 13 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
const url_Backend_dwinzo = `http://${process.env.REACT_APP_SERVER_REST_API_BASE_URL}`;
// const url_Backend_dwinzo = `http://192.168.0.102:5000`;
export const getTrash = async (organization: string) => {
console.log("Organization:", organization);