🦺(backend) add comma to sub regex

Some sub have comma, the regex was a bit too strict
and didn't allow it, this commit fixes that.
This commit is contained in:
Anthony LC
2024-11-08 10:27:09 +01:00
committed by Anthony LC
parent ac40eb8f7c
commit 526e649f06
2 changed files with 8 additions and 3 deletions

View File

@@ -18,6 +18,11 @@ and this project adheres to
- 🚸(backend) improve users similarity search and sort results #391
- 🌐(backend) add german translation #259
## Fixed
- 🦺(backend) add comma to sub regex #408
## [1.7.0] - 2024-10-24
## Added