mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-11 03:53:02 +00:00
Fixed lint errors and add lint fix script
This commit is contained in:
@@ -42,7 +42,7 @@ export function serverSyncBufferReducer(state = initialState, action: ServerSync
|
||||
switch (action.type) {
|
||||
|
||||
case ServerSyncBufferActionTypes.ADD: {
|
||||
return addToServerSyncQueue(state, action as AddToSSBAction)
|
||||
return addToServerSyncQueue(state, action as AddToSSBAction);
|
||||
}
|
||||
|
||||
case ServerSyncBufferActionTypes.EMPTY: {
|
||||
|
Reference in New Issue
Block a user