Compare commits

..

No commits in common. "798ec8d1caaedd0d50a691143354a02c0c184ccc" and "861a8a48fc0076b20d2b9c443baabcf83427015e" have entirely different histories.

View File

@ -14,5 +14,5 @@ export interface IUser {
organisation?: string;
cocNumber?: string;
searchable: boolean;
newsletter?: boolean;
newsLetter?: boolean;
}