mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-09-14 10:52:34 +00:00
Biome update
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user