Skip to content

Commit

Permalink
Missing return
Browse files Browse the repository at this point in the history
  • Loading branch information
xPaw committed Jun 24, 2024
1 parent bc2d5e9 commit f54a5ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/community/inventory.js
Original file line number Diff line number Diff line change
Expand Up @@ -472,6 +472,7 @@
if( value )
{
callback( value );
return;
}

const xhr = new XMLHttpRequest();
Expand Down

0 comments on commit f54a5ff

Please sign in to comment.