Add newlines at the end of multiple service files for consistency
This commit is contained in:
@@ -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);
|
throw new Error(error.message);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -24,3 +24,4 @@ export const restoreTrash = async (organization: string, projectId: string) => {
|
|||||||
throw new Error(error.message || "Unknown error");
|
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);
|
throw new Error(error.message);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
Reference in New Issue
Block a user