Patch lib
All checks were successful
FarmMaps/FarmMapsLib/pipeline/head This commit looks good

This commit is contained in:
2021-06-23 13:18:46 +02:00
parent 92173c9847
commit ea1b22ed41
2 changed files with 2 additions and 1 deletions

View File

@@ -15,4 +15,5 @@ export interface IUser {
cocNumber?: string;
searchable: boolean;
newsletter?: boolean;
language?: string;
}