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,
|
||||
token: string,
|
||||
): Promise<APIResponse<WeeklyReport>>;
|
||||
getWeeklyReportsForProject(
|
||||
getWeeklyReportsForUser(
|
||||
username: string,
|
||||
projectName: string,
|
||||
token: string,
|
||||
|
@ -274,7 +274,7 @@ export const api: API = {
|
|||
}
|
||||
},
|
||||
|
||||
async getWeeklyReportsForProject(
|
||||
async getWeeklyReportsForUser(
|
||||
username: string,
|
||||
projectName: string,
|
||||
token: string,
|
||||
|
|
Loading…
Reference in a new issue