From a76035cb2ca6c739826ea95dc4eb0d1bde0517f7 Mon Sep 17 00:00:00 2001
From: jonahkh <jonahkhoward@gmail.com>
Date: Thu, 04 Jun 2020 04:51:48 +0200
Subject: [PATCH] added create animal form

---
 adopt-a-pup/web-app/src/Models/Shelter.ts |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/adopt-a-pup/web-app/src/Models/Shelter.ts b/adopt-a-pup/web-app/src/Models/Shelter.ts
index 87448e5..701b5b3 100644
--- a/adopt-a-pup/web-app/src/Models/Shelter.ts
+++ b/adopt-a-pup/web-app/src/Models/Shelter.ts
@@ -1,5 +1,5 @@
 export interface Shelter {
-    shelterId: string;
+    shelterId?: string;
     shelterName: string;
     state: string;
     country: string;

--
Gitblit v1.9.3