Skip to content

Commit

Permalink
Merge pull request #99 from calblueprint/buyankhuu/finalChnages
Browse files Browse the repository at this point in the history
ridOfEndTIme
  • Loading branch information
BuyankhuuTsCAl committed Apr 24, 2024
2 parents cbac721 + f98293e commit f32f286
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 f32f286

Please sign in to comment.