diff options
Diffstat (limited to 'server')
-rw-r--r-- | server/helpers/custom-validators/misc.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/helpers/custom-validators/misc.ts b/server/helpers/custom-validators/misc.ts index 2c4cd1b9f..937ae0632 100644 --- a/server/helpers/custom-validators/misc.ts +++ b/server/helpers/custom-validators/misc.ts | |||
@@ -119,7 +119,7 @@ function toCompleteUUID (value: string) { | |||
119 | try { | 119 | try { |
120 | return shortToUUID(value) | 120 | return shortToUUID(value) |
121 | } catch { | 121 | } catch { |
122 | return null | 122 | return '' |
123 | } | 123 | } |
124 | } | 124 | } |
125 | 125 | ||