mirror of
https://github.com/KevinMidboe/immich.git
synced 2025-10-29 17:40:28 +00:00
Remove console.log
This commit is contained in:
@@ -4,10 +4,6 @@
|
|||||||
|
|
||||||
export let user: UserResponseDto;
|
export let user: UserResponseDto;
|
||||||
|
|
||||||
onMount(() => {
|
|
||||||
console.log(user);
|
|
||||||
});
|
|
||||||
|
|
||||||
const getUserAvatar = async () => {
|
const getUserAvatar = async () => {
|
||||||
try {
|
try {
|
||||||
const { data } = await api.userApi.getProfileImage(user.id, {
|
const { data } = await api.userApi.getProfileImage(user.id, {
|
||||||
|
|||||||
Reference in New Issue
Block a user