Rename GetWeeklyReportsForProject -> GetWeeklyReportsForUser
This commit is contained in:
parent
74e1347162
commit
a84c2c6129
1 changed files with 2 additions and 2 deletions
|
@ -49,7 +49,7 @@ interface API {
|
||||||
week: string,
|
week: string,
|
||||||
token: string,
|
token: string,
|
||||||
): Promise<APIResponse<WeeklyReport>>;
|
): Promise<APIResponse<WeeklyReport>>;
|
||||||
getWeeklyReportsForProject(
|
getWeeklyReportsForUser(
|
||||||
username: string,
|
username: string,
|
||||||
projectName: string,
|
projectName: string,
|
||||||
token: string,
|
token: string,
|
||||||
|
@ -274,7 +274,7 @@ export const api: API = {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
async getWeeklyReportsForProject(
|
async getWeeklyReportsForUser(
|
||||||
username: string,
|
username: string,
|
||||||
projectName: string,
|
projectName: string,
|
||||||
token: string,
|
token: string,
|
||||||
|
|
Loading…
Reference in a new issue