Add newlines at the end of multiple service files for consistency

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

View File

@ -0,0 +1 @@

View File

@ -25,3 +25,4 @@ export const projectTutorial = async () => {
}
}
};

View File

@ -22,3 +22,4 @@ export const recentlyViewed = async (organization: string, userId: string) => {
throw new Error(error.message);
}
};

View File

@ -24,3 +24,4 @@ export const restoreTrash = async (organization: string, projectId: string) => {
throw new Error(error.message || "Unknown error");
}
};

View File

@ -30,3 +30,4 @@ export const trashSearchProject = async (
}
}
};

View File

@ -26,3 +26,4 @@ export const viewProject = async (
throw new Error(error.message);
}
};