fix: closing some issues from sonarqube
Some checks failed
Tests / Run Go Tests (push) Failing after 59s

This commit is contained in:
2026-02-15 18:49:29 +01:00
parent 10df10a606
commit b4bf550863
4 changed files with 4 additions and 13 deletions

View File

@@ -21,7 +21,7 @@ import (
const DE_DATE string = "02.01.2006"
const FILE_YEAR_MONTH string = "2006_01"
var PDF_DIRECTORY = helper.GetEnv("PDF_PATH", "/doc/") // TODO
var PDF_DIRECTORY = helper.GetEnv("PDF_PATH", "/doc/")
func PDFCreateController(w http.ResponseWriter, r *http.Request) {
helper.RequiresLogin(Session, w, r)