Biome update

This commit is contained in:
Jamie Curnow
2025-09-10 21:38:02 +10:00
parent fb2708d81d
commit d40e290a89
7 changed files with 50 additions and 50 deletions

View File

@@ -128,7 +128,7 @@ export default () => {
*/
getUserId: (defaultValue) => {
const attrs = self.get("attrs");
if (attrs && typeof attrs.id !== "undefined" && attrs.id) {
if (attrs?.id) {
return attrs.id;
}