mirror of
https://github.com/immich-app/immich.git
synced 2025-06-01 04:36:19 -04:00
Remove console.log
This commit is contained in:
parent
7134f93eb8
commit
012428416d
@ -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, {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user