Biome update

This commit is contained in:
Jamie Curnow
2025-09-10 21:38:02 +10:00
parent cde7460b5e
commit 9682de1830
9 changed files with 95 additions and 95 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;
}