Skip to content

Commit

Permalink
fix: remove updated at UserDTO property
Browse files Browse the repository at this point in the history
  • Loading branch information
Fingertips18 committed Jan 18, 2025
1 parent 91e9289 commit 4401700
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/src/lib/services/sign-in.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ const user: UserDTO = {
last_signed_in: new Date(),
is_verified: false,
created_at: new Date(),
updated_at: new Date(),
};

describe("signIn", () => {
Expand Down

0 comments on commit 4401700

Please sign in to comment.