refactor: config text and semester date bounds

This commit is contained in:
Rainer Killinger
2022-10-21 18:20:49 +02:00
parent d59b55c152
commit 1791b0df51
4 changed files with 7 additions and 11 deletions

View File

@@ -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;