Skip to content

Commit

Permalink
ridOfEndTIme
Browse files Browse the repository at this point in the history
  • Loading branch information
BuyankhuuTsCAl committed Apr 24, 2024
1 parent cbac721 commit f98293e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/schema/schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ export type Pickup = {
id: number; // bigint generated by default as identity
date: Date; // text not null
start_time: Date; // text null
end_time: Date; // text null
};

export type Product = {
Expand Down

0 comments on commit f98293e

Please sign in to comment.