mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 15:33:04 +00:00
Fixed lint errors and add lint fix script
This commit is contained in:
@@ -37,7 +37,7 @@ export class RequestExecuteAction implements Action {
|
||||
* the request's uuid
|
||||
*/
|
||||
constructor(uuid: string) {
|
||||
this.payload = uuid
|
||||
this.payload = uuid;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -97,7 +97,7 @@ export class RequestRemoveAction implements Action {
|
||||
* the request's uuid
|
||||
*/
|
||||
constructor(uuid: string) {
|
||||
this.uuid = uuid
|
||||
this.uuid = uuid;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user