Skip to content

Commit

Permalink
XOR-213 [FIX] Ensure eslinting
Browse files Browse the repository at this point in the history
  • Loading branch information
anerib committed Jun 13, 2022
1 parent 03b249d commit 77df773
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/interface.js
Original file line number Diff line number Diff line change
Expand Up @@ -1916,7 +1916,7 @@ $('.file-manager-wrapper')
? { appId: $(this).data('app-id') }
: { orgId: $(this).data('org-id') };

if(rootId.appId) {
if (rootId.appId) {
updateAppMetrics(rootId.appId).then(function() {
toggleStorageUsage();
});
Expand Down

0 comments on commit 77df773

Please sign in to comment.