Project

General

Profile

« Previous | Next » 

Revision 54201

checking for null as a string in getLatestUpdate

View differences:

datasource-update-form.component.ts
320 320
    if (!this.showButton) {
321 321
      this.selectedRepo.registeredBy = this.authService.getUserEmail();
322 322
      this.selectedRepo.registered = true;
323
      /*this.selectedRepo.registrationDate = new Date(Date.now());*/ //NOT NEEDED
323
      this.selectedRepo.registrationDate = new Date(Date.now()); //NOT NEEDED ??
324 324
      this.emittedInfo.emit(this.selectedRepo);
325 325
    }
326 326
  }

Also available in: Unified diff