v0.0.242 forgot to return something

This commit is contained in:
2023-08-14 16:05:12 +02:00
parent 56ae0cfc6c
commit 813ce71e3e
4 changed files with 17 additions and 8 deletions

View File

@@ -476,4 +476,6 @@ func JoinString(arr []string, delimiter string) string {
str += delimiter
}
}
return str
}