1
0

chore: cleanup

This commit is contained in:
kolaente
2023-02-02 11:58:57 +01:00
parent 7cab3a77a9
commit 7a9611c2da
9 changed files with 16 additions and 16 deletions

View File

@ -341,7 +341,7 @@ func RemoveProjectBackground(c echo.Context) error {
return err
}
err = list.DeleteBackgroundFileIfExists()
err = project.DeleteBackgroundFileIfExists()
if err != nil {
return err
}