mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-12 12:33:07 +00:00
Fixed lint errors and add lint fix script
This commit is contained in:
@@ -25,7 +25,7 @@ export function isServerFormValue(obj: any): boolean {
|
||||
&& obj.hasOwnProperty('value')
|
||||
&& obj.hasOwnProperty('language')
|
||||
&& obj.hasOwnProperty('authority')
|
||||
&& obj.hasOwnProperty('confidence'))
|
||||
&& obj.hasOwnProperty('confidence'));
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user