fix channel caches, add hub functions to api endpoints

This commit is contained in:
2026-05-02 12:59:05 +02:00
parent b5623feb5a
commit 40cb7736c2
9 changed files with 184 additions and 70 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ func StringToUuid(str string) (uuid.UUID, error) {
return uuid.Parse(str)
}
func StringToUuidSlice(uuidStr string) ([]uuid.UUID, error) {
func StringToUuids(uuidStr string) ([]uuid.UUID, error) {
if uuidStr == "" {
return nil, errors.New("empty string")
}