From 9dab126331d5b2f173d3f801ab7f37da4675491c Mon Sep 17 00:00:00 2001 From: Joaquin Bravo Contreras Date: Thu, 20 Jun 2024 11:09:22 -0600 Subject: [PATCH] fix: normalize contact__is_billable column name on both lake.server.tsx funcionts --- app/lake.server.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/lake.server.tsx b/app/lake.server.tsx index d201306f..d0ad4ea8 100644 --- a/app/lake.server.tsx +++ b/app/lake.server.tsx @@ -42,7 +42,7 @@ export async function getActiveProfiles() { const query = `SELECT contact__wizeos_profile_id, contact__employee_number, contact__email, contact__first_name, contact__preferred_name, contact__last_name, contact__photo__url, - contact__isBillable, + contact__is_billable, contact__location, contact__country, contact__status, contact__department, contact__business_unit, contact__employee_status,