mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-10 03:32:52 +00:00
refactor: config text and semester date bounds
This commit is contained in:
@@ -6,7 +6,6 @@ import {RecursivePartial} from '@openstapps/logger/lib/common';
|
||||
/**
|
||||
* This is the default configuration for the university of Kassel
|
||||
*/
|
||||
const config: RecursivePartial<SCConfigFile> = {
|
||||
};
|
||||
const config: RecursivePartial<SCConfigFile> = {};
|
||||
|
||||
export default config;
|
||||
|
||||
Reference in New Issue
Block a user