fix bug send profileId to registry

This commit is contained in:
Warunee Tamkoo 2023-08-19 13:36:39 +07:00
parent f829dc2098
commit a646ad3d6d
19 changed files with 205 additions and 1052 deletions

View file

@ -27,6 +27,7 @@ interface TypeFile {
}
interface ResponseDataDetail {
profileId: string;
avataPath: string;
createdAt: Date;
date: Date;