From 567a0f7a2f248cd25b8a5e0e357f9b10c16a9036 Mon Sep 17 00:00:00 2001 From: schneefux Date: Tue, 1 May 2018 20:26:07 +0200 Subject: Retrieve schedule for current week, add course config var (closes #3) --- src/sources/ISource.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sources/ISource.ts') diff --git a/src/sources/ISource.ts b/src/sources/ISource.ts index 042aaae..3605260 100644 --- a/src/sources/ISource.ts +++ b/src/sources/ISource.ts @@ -1,3 +1,3 @@ export interface ISource { - getData(): Promise; + getData(weekOfYear: number): PromiseLike; } -- cgit v1.3.1