Fix : Avatar

Deskripsi:
- Ubah avatar yang image nya di ambil dari storage wibu server
- Avatar forum
- Avatra job
- Avatar Investasi
- Avatar donasi
## No Issuee
This commit is contained in:
2024-10-03 12:00:05 +08:00
parent 284787243b
commit dba0a5c9bf
47 changed files with 839 additions and 1375 deletions

View File

@@ -34,7 +34,7 @@ export async function forum_funGetAllKomentarById({
Profile: {
select: {
name: true,
imagesId: true,
imageId: true,
},
},
},

View File

@@ -35,7 +35,8 @@ export async function forum_getAllPostingByAuhtorId({
Profile: {
select: {
id: true,
imagesId: true,
name: true,
imageId: true,
},
},
},

View File

@@ -39,7 +39,8 @@ export async function forum_new_getAllPosting({
Profile: {
select: {
id: true,
imagesId: true,
name: true,
imageId: true,
},
},
},