aboutsummaryrefslogtreecommitdiff
path: root/src/utils/users.ts
diff options
context:
space:
mode:
authorBrian Kim <brian@tagg.id>2021-05-17 16:51:48 -0700
committerBrian Kim <brian@tagg.id>2021-05-17 16:51:48 -0700
commit4aca9fc0916240ce5e4284d625f240998db17bff (patch)
tree0a3c75d12487c4298bce1fb9ddb8d8c8ebf4d4e6 /src/utils/users.ts
parent6a74b270d24f04e36821398b83863d5b97e1b44b (diff)
parent183ce2b263e7282f42d204ebd59676b8e28352ec (diff)
Merge with master
Diffstat (limited to 'src/utils/users.ts')
-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,