Typo fix and missed dependencies files.

This commit is contained in:
2021-01-08 12:00:38 +05:00
parent a2a21482e2
commit 7f04a9a7bb
25 changed files with 1355 additions and 10 deletions

View File

@@ -103,7 +103,7 @@ func pastePOSTWebInterface(ec echo.Context) error {
}
keepForUnitRaw := keepForUnitRegex.FindAllString(params["paste-keep-for"][0], 1)[0]
keepForUnit = structs.PasteKeepsCorellation[keepForUnitRaw]
keepForUnit = structs.PasteKeepsCorrelation[keepForUnitRaw]
}
paste.KeepFor = keepFor