Skip to content

Commit

Permalink
fix type issues
Browse files Browse the repository at this point in the history
  • Loading branch information
harishv7 committed Dec 20, 2024
1 parent c70b580 commit 0cc3106
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions apps/studio/tests/integration/helpers/iron-session.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ export const createTestUser = () => ({
createdAt: new Date(),
updatedAt: new Date(),
phone: "123456789",
deletedAt: null,
})

// NOTE: The argument to this function was changed from
Expand Down
1 change: 1 addition & 0 deletions apps/studio/tests/msw/handlers/me.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export const defaultUser: User = {
phone: "12345678",
createdAt: new Date(),
updatedAt: new Date(),
deletedAt: null,
}

const defaultMeGetQuery = () => {
Expand Down

0 comments on commit 0cc3106

Please sign in to comment.