Browse code

fixed typo

Louis authored on20/10/2022 00:01:37
Showing1 changed files
... ...
@@ -14,7 +14,7 @@ Pebble.addEventListener('showConfiguration', function(e) {
14 14
     Pebble.openURL(clay.generateUrl());
15 15
 });
16 16
 
17
-Pebble.addEventListener('webviewclosed', function(e) {
17
+Pebble.addEventListener('webviewclosed', function(t) {
18 18
     if (!t || t.response) {
19 19
         try {
20 20
             if (data = JSON.parse(t.response), data.strava) {