✨ Adds loading id on windows
This commit is contained in:
@@ -45,6 +45,7 @@ func getLogs(c echo.Context) error {
|
||||
}
|
||||
|
||||
func getClientLogs(c echo.Context, id uuid.UUID) error {
|
||||
var err error
|
||||
date := c.QueryParam("date")
|
||||
if date == "" {
|
||||
date = time.Now().Format(DateFormat)
|
||||
|
Reference in New Issue
Block a user