mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
Remove console.log
This commit is contained in:
parent
7134f93eb8
commit
012428416d
1 changed files with 0 additions and 4 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue