From a75c7b22a11b1f22585863694d1560eae95b4498 Mon Sep 17 00:00:00 2001 From: Daniel Krol Date: Sat, 9 Apr 2022 19:06:29 -0400 Subject: [PATCH] Get rid of a few more fields --- src/app/backend-api.service.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/app/backend-api.service.ts b/src/app/backend-api.service.ts index 8b2d378..b6b5089 100644 --- a/src/app/backend-api.service.ts +++ b/src/app/backend-api.service.ts @@ -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 {