Add newlines at the end of multiple service files for consistency
This commit is contained in:
parent
8af4442a28
commit
b99981a661
|
@ -0,0 +1 @@
|
|||
|
|
@ -25,3 +25,4 @@ export const projectTutorial = async () => {
|
|||
}
|
||||
}
|
||||
};
|
||||
|
|
@ -22,3 +22,4 @@ export const recentlyViewed = async (organization: string, userId: string) => {
|
|||
throw new Error(error.message);
|
||||
}
|
||||
};
|
||||
|
|
@ -24,3 +24,4 @@ export const restoreTrash = async (organization: string, projectId: string) => {
|
|||
throw new Error(error.message || "Unknown error");
|
||||
}
|
||||
};
|
||||
|
|
@ -30,3 +30,4 @@ export const trashSearchProject = async (
|
|||
}
|
||||
}
|
||||
};
|
||||
|
|
@ -26,3 +26,4 @@ export const viewProject = async (
|
|||
throw new Error(error.message);
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue