Skip to content

Commit

Permalink
fix: normalize contact__is_billable column name on both lake.server.t…
Browse files Browse the repository at this point in the history
…sx funcionts
  • Loading branch information
jackbravo committed Jun 20, 2024
1 parent 00dce60 commit 9dab126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/lake.server.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 9dab126

Please sign in to comment.