mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-08 10:47:42 +02:00
Process fixes (#10541)
* Process fixes Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com> * Some fixes Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com> --------- Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
@@ -39,7 +39,7 @@ export function Random (value: Doc[]): Doc {
|
||||
}
|
||||
|
||||
export function All (value: Doc[]): Doc[] {
|
||||
return value
|
||||
return value ?? []
|
||||
}
|
||||
|
||||
export async function FirstMatchValue (
|
||||
|
||||
Reference in New Issue
Block a user