Ignore:
Timestamp:
12/23/25 04:22:06 (7 months ago)
Author:
Tome <gjorgievtome@…>
Branches:
main
Children:
6196d60
Parents:
226fbbb
Message:

Update and add

File:
1 edited

Legend:

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

    r226fbbb rea09e98  
    6969}
    7070
    71 export async function addComponentSuggestion(db: Database, userId: number, link: string, description: string, componentType: string) {
     71export async function addNewComponentSuggestion(db: Database, userId: number, link: string, description: string, componentType: string) {
    7272    const [newSuggestion] = await db
    7373        .insert(suggestionsTable)
Note: See TracChangeset for help on using the changeset viewer.