Get rid of a few more fields

This commit is contained in:
Daniel Krol 2022-04-09 19:06:29 -04:00
parent 51e089f9a9
commit a75c7b22a1

View file

@ -10,9 +10,6 @@ import {GlobalVarsService} from './global-vars.service';
export class ProfileEntryResponse {
Username: string | null = null;
Description: string | null = null;
ProfilePic?: string;
PublicKeyBase58Check?: string;
}
export class User {