From 4793c343fd3cde3c6282ed0fb38e039b4276de0e Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 16 Feb 2017 19:19:56 +0100 Subject: Add email to pods --- client/src/app/+admin/friends/shared/friend.model.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'client/src/app/+admin/friends/shared') diff --git a/client/src/app/+admin/friends/shared/friend.model.ts b/client/src/app/+admin/friends/shared/friend.model.ts index 462cc82ed..f72156d05 100644 --- a/client/src/app/+admin/friends/shared/friend.model.ts +++ b/client/src/app/+admin/friends/shared/friend.model.ts @@ -2,5 +2,6 @@ export interface Friend { id: string; host: string; score: number; + email: string; createdAt: Date; } -- cgit v1.2.3