Fix linter warnings

This commit is contained in:
Daniel
2023-11-22 14:01:53 +01:00
parent bd988724c4
commit 8ac80c2a12
7 changed files with 13 additions and 9 deletions

View File

@@ -116,6 +116,7 @@ type updateProfileIconResponse struct {
Filename string `json:"filename"`
}
//nolint:goconst
func handleUpdateProfileIcon(ar *api.Request) (any, error) {
// Check input.
if len(ar.InputData) == 0 {