Some clean up

This commit is contained in:
Kurt Hutten
2021-08-16 20:06:17 +10:00
parent 9fa22a0469
commit 580dbb88e6
5 changed files with 13 additions and 13 deletions

View File

@@ -29,3 +29,8 @@ export const useUpdateProjectImages = ({ onCompleted = () => {} }) => {
return { updateProjectImages, loading, error }
}
export const makeSocialPublicId = (
userName: string,
projectTitle: string
): string => `u-${userName}-slash-p-${projectTitle}`

View File

@@ -1,4 +0,0 @@
export const makeSocialPublicId = (
userName: string,
projectTitle: string
): string => `u-${userName}-slash-p-${projectTitle}`