Skip to content

Commit

Permalink
fix: Add deletedAt field in admin-auth.guard.spec
Browse files Browse the repository at this point in the history
  • Loading branch information
srodif committed Aug 15, 2024
1 parent e9e1af8 commit 0d53e1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/partner-admin/partner-admin-auth.guard.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import { PartnerAdminAuthGuard } from './partner-admin-auth.guard';

const userEntity: UserEntity = {
updatedAt: null,
deletedAt: null,
createdAt: new Date(),
firebaseUid: '123',
id: 'userid',
Expand Down

0 comments on commit 0d53e1b

Please sign in to comment.