[Trunk|Library]: Remove null default value on id of curator.
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@56313 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
parent
4eb1a0a994
commit
590d09455e
|
@ -1,6 +1,6 @@
|
|||
export class Curator {
|
||||
|
||||
_id: string = null;
|
||||
_id: string;
|
||||
email: string;
|
||||
name: string;
|
||||
affiliations: Affiliation[];
|
||||
|
|
Loading…
Reference in New Issue