mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-16 22:43:03 +00:00
Fixed lint errors and add lint fix script
This commit is contained in:
@@ -81,7 +81,7 @@ export function stringToNgbDateStruct(date: string): NgbDateStruct {
|
||||
*/
|
||||
export function dateToNgbDateStruct(date?: Date): NgbDateStruct {
|
||||
if (isNull(date)) {
|
||||
date = new Date()
|
||||
date = new Date();
|
||||
}
|
||||
|
||||
return {
|
||||
|
Reference in New Issue
Block a user