From 8e1b38391bbe1d7eea571bf015b4e5c20d7b4809 Mon Sep 17 00:00:00 2001 From: Vic Date: Sat, 18 Jun 2022 01:32:22 +0200 Subject: [PATCH] front: lint fix --- .../src/app/feed/services/feed.provider.service.ts | 2 +- udagram/udagram-frontend/src/environments/environment.prod.ts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/udagram/udagram-frontend/src/app/feed/services/feed.provider.service.ts b/udagram/udagram-frontend/src/app/feed/services/feed.provider.service.ts index 33c6799..792f3b3 100644 --- a/udagram/udagram-frontend/src/app/feed/services/feed.provider.service.ts +++ b/udagram/udagram-frontend/src/app/feed/services/feed.provider.service.ts @@ -26,4 +26,4 @@ export class FeedProviderService { return res; } -} \ No newline at end of file +} diff --git a/udagram/udagram-frontend/src/environments/environment.prod.ts b/udagram/udagram-frontend/src/environments/environment.prod.ts index d364341..c89df4a 100644 --- a/udagram/udagram-frontend/src/environments/environment.prod.ts +++ b/udagram/udagram-frontend/src/environments/environment.prod.ts @@ -4,8 +4,8 @@ export const environment = { production: true, - appName: "Udagram", - apiHost: "http://udagram-api-dev222.us-east-1.elasticbeanstalk.com/api/v0", + appName: 'Udagram', + apiHost: 'http://udagram-api-dev222.us-east-1.elasticbeanstalk.com/api/v0', }; /*