fix: permission not correctly selected

Signed-off-by: Avior <github@avior.me>
This commit is contained in:
Florian Bouillon 2023-06-28 19:24:58 +02:00
parent b2b829ec54
commit 633027acd2

View File

@ -26,7 +26,7 @@ function objectFind(obj: object, fn: (value: any, key: any) => boolean): {key: s
key, value key, value
} }
} }
return tmp return !tmp
}) })
return res return res
} }