Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sshane committed Jul 12, 2024
1 parent b41ab80 commit 34d8b02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/actions/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ export function checkRoutesData() {
const { dongleId } = state;
const fetchRange = state.filter;

// if requested segment range not in loaded routes, fetch it explicitly
if (state.segmentRange) {
routesRequest = {
req: Drives.getRoutesSegments(dongleId, undefined, undefined, undefined, `${dongleId}|${state.segmentRange.log_id}`),
Expand Down

0 comments on commit 34d8b02

Please sign in to comment.