We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b487d19 commit 9bc4cbdCopy full SHA for 9bc4cbd
src/partner-admin/partner-admin-auth.guard.spec.ts
@@ -11,6 +11,7 @@ import { PartnerAdminAuthGuard } from './partner-admin-auth.guard';
11
12
const userEntity: UserEntity = {
13
updatedAt: null,
14
+ deletedAt: null,
15
createdAt: new Date(),
16
firebaseUid: '123',
17
id: 'userid',
0 commit comments