mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-08 18:44:14 +00:00
ESLint: fix dangling commas
This commit is contained in:
@@ -27,8 +27,8 @@ export function getBitstreamRequestACopyRoute(item, bitstream): { routerLink: st
|
||||
return {
|
||||
routerLink: url,
|
||||
queryParams: {
|
||||
bitstream: bitstream.uuid
|
||||
}
|
||||
bitstream: bitstream.uuid,
|
||||
},
|
||||
};
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user