mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-13 05:07:43 +02:00
Remove unnecessary '?? 0' statement
Signed-off-by: muhtimur <timur.mukhamedishin@xored.com>
This commit is contained in:
@@ -61,7 +61,7 @@
|
||||
(applications?.get(b._id as Ref<Vacancy>)?.count ?? 0) - (applications?.get(a._id as Ref<Vacancy>)?.count ?? 0) ?? 0
|
||||
const modifiedSorting = (a: Doc, b: Doc) =>
|
||||
(applications?.get(b._id as Ref<Vacancy>)?.modifiedOn ?? b.modifiedOn) -
|
||||
(applications?.get(a._id as Ref<Vacancy>)?.modifiedOn ?? a.modifiedOn) ?? 0
|
||||
(applications?.get(a._id as Ref<Vacancy>)?.modifiedOn ?? a.modifiedOn)
|
||||
|
||||
const replacedKeys: Map<string, BuildModelKey> = new Map<string, BuildModelKey>([
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user