Skip to content

Commit

Permalink
minor correction
Browse files Browse the repository at this point in the history
  • Loading branch information
ArshiaSaleem98 committed Apr 18, 2020
1 parent 3622e71 commit c87dbed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Animal } from '../Animal/animal.model';
import { WebUser } from '../WebUser/webUser.model';

export interface Adoption{
id:number;
id?:number;
inCourse:boolean;
adoptionDate:Date;
animal?:Animal;
Expand Down

0 comments on commit c87dbed

Please sign in to comment.