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

@@ -3,11 +3,9 @@
import {SCConfigFile} from '@openstapps/core';
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;