Skip to content

Commit

Permalink
lint: rm outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlougheed committed Sep 27, 2024
1 parent 8ff85f9 commit eeb7b45
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/modules/services/reducers.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ export const services = (
itemsByID,
itemsByKind,

// Backwards-compatibility with older Bento versions, where this was called 'federation'
aggregationService: itemsByKind["aggregation"] ?? null,
dropBoxService: itemsByKind["drop-box"] ?? null,
drsService: itemsByKind["drs"] ?? null,
Expand Down

0 comments on commit eeb7b45

Please sign in to comment.