Jaime Ramírez
2020-06-11 d4efcf556bee5599b87a18da9420df2143e1c757
adopt-a-pup/web-app/src/Services/AnimalFakeService.ts
@@ -73,7 +73,7 @@
    }
    public async subscribeNotifications(animalNotificationRequest: AnimalNotificationRequest): Promise<void> {
        // Do something?
        console.log("AnimalFakeService.subscribeNotifications", animalNotificationRequest);
    }
    public async getById(): Promise<Animal> {