From 0ae2e210fde17223dea5b9444b38fa05921a0833 Mon Sep 17 00:00:00 2001 From: Derek Holloway Date: Thu, 17 Jul 2025 21:39:52 -0700 Subject: [PATCH] Fix name of JobListing --- src/Client/src/app/models/JobListing.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Client/src/app/models/JobListing.ts b/src/Client/src/app/models/JobListing.ts index 060dadf..3aae717 100644 --- a/src/Client/src/app/models/JobListing.ts +++ b/src/Client/src/app/models/JobListing.ts @@ -1,4 +1,4 @@ -export class WebSiteData { +export class JobListing { public id: number = 0; public companyID: number = 0; public title: string = "";