Skip to content

Commit 0a20a5a

Browse files
authored
fix: reference correct crank listener (#290)
1 parent b050ac3 commit 0a20a5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/cycling_cadence/rpm.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<script>
1010
const pullKey = new URLSearchParams(window.location.search).get("key");
1111
let previous = null;
12-
RealtimeIRL.forPullKey(pullKey).addCyclingCadenceListener(function (
12+
RealtimeIRL.forPullKey(pullKey).addCyclingCrankListener(function (
1313
data
1414
) {
1515
if (!data) {

0 commit comments

Comments
 (0)