mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 15:33:04 +00:00
ESLint: fix dangling commas
This commit is contained in:
@@ -3,5 +3,5 @@ export const fakeDataBase = {
|
||||
get() {
|
||||
const res = { data: 'This fake data came from the db on the server.' };
|
||||
return Promise.resolve(res);
|
||||
}
|
||||
},
|
||||
};
|
||||
|
Reference in New Issue
Block a user