Skip to content

Commit

Permalink
post-list-item, response-list-item error fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinabel committed Jun 17, 2018
1 parent 4cc8b20 commit 8369891
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions zelp-angular/src/app/models/post.model.client.ts
@@ -1,4 +1,5 @@
export class Post {
_id: string;
author: string;
title: string;
description: string;
Expand Down
4 changes: 4 additions & 0 deletions zelp-angular/src/app/models/response.model.client.ts
Expand Up @@ -7,4 +7,8 @@ export class Response {
description: string;
upVotes: number;
downVotes: number;
restaurantURL: string;
descriptions: string;
restaurantImageURL: string;
restaurantName: string;
}

0 comments on commit 8369891

Please sign in to comment.