Ignore:
Timestamp:
12/28/25 02:27:01 (7 months ago)
Author:
Mihail <mihail2.naumov@…>
Branches:
main
Children:
67186d2
Parents:
6ce6739 (diff), 3216215 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge remote-tracking branch 'origin/main'

# Conflicts:
# database/drizzle/queries/components.ts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • database/drizzle/queries/components.ts

    r6ce6739 r107303c  
    5050
    5151    const components = await db
    52         .select({
    53             id: componentsTable.id,
    54             name: componentsTable.name,
    55             brand: componentsTable.brand,
    56             price: componentsTable.price,
    57             imgUrl: componentsTable.imgUrl
    58         })
     52        .select()
    5953        .from(componentsTable)
    6054        .where(
Note: See TracChangeset for help on using the changeset viewer.