GetUnsignedReports
This commit is contained in:
parent
dea802bd91
commit
f6dcdcc376
4 changed files with 15 additions and 44 deletions
|
@ -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")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue