mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 18:14:17 +00:00
Fixed lint errors and add lint fix script
This commit is contained in:
@@ -4,7 +4,7 @@ import { AutoSyncConfig } from './auto-sync-config.interface';
|
||||
export interface CacheConfig extends Config {
|
||||
msToLive: {
|
||||
default: number;
|
||||
},
|
||||
control: string,
|
||||
autoSync: AutoSyncConfig
|
||||
};
|
||||
control: string;
|
||||
autoSync: AutoSyncConfig;
|
||||
}
|
||||
|
Reference in New Issue
Block a user