Removed duplicate getUserProjects
This commit is contained in:
parent
d0cc6f2c1b
commit
4392b68397
1 changed files with 0 additions and 5 deletions
|
@ -29,11 +29,6 @@ interface API {
|
|||
project: NewProject,
|
||||
token: string,
|
||||
): Promise<APIResponse<Project>>;
|
||||
/** Gets all the projects of a user*/
|
||||
getUserProjects(
|
||||
username: string,
|
||||
token: string,
|
||||
): Promise<APIResponse<Project[]>>;
|
||||
/** Submit a weekly report */
|
||||
submitWeeklyReport(
|
||||
project: NewWeeklyReport,
|
||||
|
|
Loading…
Reference in a new issue