Fix missing comma in getWeeklyReportsForProject function signature

This commit is contained in:
Davenludd 2024-03-20 14:07:12 +01:00
parent adf9500bbf
commit 89cb3d23b7

View file

@ -279,7 +279,7 @@ export const api: API = {
async getWeeklyReportsForProject(
username: string,
projectName: string,
token: string
token: string,
): Promise<APIResponse<WeeklyReport[]>> {
try {
const response = await fetch("/api/getWeeklyReportsUser", {