Linting things.

This commit is contained in:
2019-10-13 16:26:52 +05:00
parent cdc8ecf49b
commit 6a787e7e23
13 changed files with 19 additions and 25 deletions

View File

@@ -112,7 +112,7 @@ func pastePOSTWebInterface(ec echo.Context) error {
}
if pastePassword[0] != "" {
paste.CreatePassword(pastePassword[0])
_ = paste.CreatePassword(pastePassword[0])
}
id, err2 := c.Database.SavePaste(paste)