Skip to content

Commit

Permalink
remove unrelated changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajaa-BARHTAOUI committed Feb 24, 2022
1 parent 8db4a0f commit 48968de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/xo-web/src/common/xo/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ export const createSrUnhealthyVdiChainsLengthSubscription = sr => {
sr = resolveId(sr)
let subscription = unhealthyVdiChainsLengthSubscriptionsBySr[sr]
if (subscription === undefined) {
subscription = createSubscription(() => _call('sr.getUnhealthyVdiChainsLength', { id: sr }))
subscription = createSubscription(() => _call('sr.getUnhealthyVdiChainsLength', { sr }))
unhealthyVdiChainsLengthSubscriptionsBySr[sr] = subscription
}
return subscription
Expand Down

0 comments on commit 48968de

Please sign in to comment.