GetUnsignedReports

This commit is contained in:
al8763be 2024-03-28 16:40:55 +01:00
parent dea802bd91
commit f6dcdcc376
4 changed files with 15 additions and 44 deletions

View file

@ -122,7 +122,7 @@ func (gs *GState) GetUnsignedReports(c *fiber.Ctx) error {
projectManagerUsername := claims["name"].(string)
// Extract project name and week from query parameters
projectName := c.Query("projectName")
projectName := c.Params("projectName")
log.Info("Getting unsigned reports for")