Fix repairs

This commit is contained in:
Ben Sarmiento
2024-01-18 20:54:41 +01:00
parent 49fd17c3d4
commit 0a451cccde
4 changed files with 93 additions and 77 deletions

View File

@@ -4,7 +4,7 @@ import (
"fmt"
)
func getFileIDs(files []File) []string {
func getFileIDs(files []*File) []string {
var fileIDs []string
for _, file := range files {
if file.ID != 0 {