This is an automated email from the ASF dual-hosted git repository.

ocket8888 pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/trafficcontrol-trafficops-types.git

commit c304a3af2800b1d60ed42372cb7c6ab397e28929
Author: ocket8888 <[email protected]>
AuthorDate: Mon Jan 30 20:15:59 2023 -0700

    Fix registrationSent incorrectly optional in user responses
---
 src/user.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/user.ts b/src/user.ts
index 88a4b38..60a8aa3 100644
--- a/src/user.ts
+++ b/src/user.ts
@@ -104,7 +104,7 @@ export interface ResponseUser {
        phoneNumber: string | null;
        postalCode: string | null;
        publicSshKey: string | null;
-       registrationSent?: null | Date;
+       readonly registrationSent: null | Date;
        role: string;
        stateOrProvince: string | null;
        tenant: string;

Reply via email to