Jed

Results 2 comments of Jed

Very clueless on this, may you link me to some resources to help me understand this setup? On Mon, Oct 19, 2020 at 4:50 PM Julien Maupetit wrote: > You...

Experiencing the same with this setup ```js const getUserDashboardSetups = (userUid: string) => { return db .select({ dashboardName: dashboards.name, cardName: cards.name, dataField: cards.data_field, isFavorite: isNotNull(favorite_setups.card_id) }) .from(dashboards) .innerJoin(dashboard_cards, eq(dashboards.dashboard_id, dashboard_cards.dashboard_id))...