mirror of
https://github.com/bitwarden/jslib
synced 2026-01-04 17:43:14 +00:00
ab506ffbdbd1a9bb2d6161aea69005cbc45fa4d9
I noticed that ciphers will always have `edit = True` even if the sync response has `edit = false`. The root cause seems to be a boolean default to true. And since `false || true => true` it would always be set to true.
Description
Languages
TypeScript
98.5%
SCSS
0.8%
JavaScript
0.3%
HTML
0.2%
CSS
0.2%