Fixing error in ts API, fixing AllTimeReportsInProject
This commit is contained in:
parent
933191b076
commit
0017e9b9ef
2 changed files with 2 additions and 4 deletions
|
|
@ -58,7 +58,6 @@ interface API {
|
|||
* @returns {APIResponse<WeeklyReport[]>} A list of weekly reports
|
||||
*/
|
||||
getWeeklyReportsForUser(
|
||||
username: string,
|
||||
projectName: string,
|
||||
token: string,
|
||||
): Promise<APIResponse<WeeklyReport[]>>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue