From 5ea66c56a08a67cddade6d376e9df34899141bcb Mon Sep 17 00:00:00 2001 From: Naomi Carrigan Date: Thu, 20 Feb 2025 15:54:42 -0800 Subject: [PATCH] fix: remaining lint issues --- client/src/app/api.service.ts | 6 ++++-- client/src/app/review/review.component.html | 12 +++++++++++- client/src/app/review/review.component.ts | 9 ++++++--- server/src/modules/genericDataQueries.ts | 19 +++++++++++++++++-- 4 files changed, 38 insertions(+), 8 deletions(-) diff --git a/client/src/app/api.service.ts b/client/src/app/api.service.ts index e65726e..07711ae 100644 --- a/client/src/app/api.service.ts +++ b/client/src/app/api.service.ts @@ -165,7 +165,8 @@ export class ApiService { | "events" | "meetings" | "mentorships" - | "staff", + | "staff" + | "testimonials", token: string, ): Promise { const request = await fetch(`${this.url}/list/${type}`, { @@ -187,7 +188,8 @@ export class ApiService { | "events" | "meetings" | "mentorships" - | "staff", + | "staff" + | "testimonials", id: string, token: string, ): Promise { diff --git a/client/src/app/review/review.component.html b/client/src/app/review/review.component.html index 6684eac..7983999 100644 --- a/client/src/app/review/review.component.html +++ b/client/src/app/review/review.component.html @@ -58,11 +58,21 @@ > Staff Applications +

{{ view }}

{{ datum.email }}

-

{{ obj.key }}: {{ obj.value }}

+

+ {{ obj.key }}: {{ obj.value }} +