aboutsummaryrefslogtreecommitdiff
path: root/src/utils
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils')
-rw-r--r--src/utils/users.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/utils/users.ts b/src/utils/users.ts
index 430c843f..8505cde2 100644
--- a/src/utils/users.ts
+++ b/src/utils/users.ts
@@ -244,6 +244,10 @@ export const navigateToProfile = async (
});
};
+/* Function to open imagepicker and
+ * select images, which are sent to
+ * the database to update the profile
+ */
export const patchProfile = async (
title: 'profile' | 'header',
userId: string,