Skip to content

Commit ea922dc

Browse files
committed
revert samples
return { samples : samples, count : samplesCount, };
1 parent cd62b52 commit ea922dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/graph_spectrum_calc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ GraphSpectrumCalc._getFlightSamplesFreq = function(scaled = true) {
330330
}
331331

332332
return {
333-
samples : samples.slice(0, samplesCount),
333+
samples : samples,
334334
count : samplesCount,
335335
};
336336
};

0 commit comments

Comments
 (0)