Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
brandon-schabel committed Nov 5, 2023
1 parent 389f7fd commit 4259ea0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/sqlite/sqlite-utils/crud-fn-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ export function readItemById<
const data = db.query(query).get({ $id: id }) as TranslatedSchema;
return data;
}
// Assuming SchemaMap and SQLiteSchemaInfer are defined types, as implied by the original function signature

// This type represents the shape of the 'where' parameter
type Where<T> = Partial<T>;
Expand Down

0 comments on commit 4259ea0

Please sign in to comment.