Skip to content

Commit ac55c33

Browse files
committed
Fix #210
1 parent 01d1a49 commit ac55c33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

validator_worker/src/sentry_interface.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ impl<T: Adapter + 'static> SentryApi<T> {
132132
let future = self
133133
.client
134134
.get(&format!(
135-
"{}/last-approved?withHearbeat=true",
135+
"{}/last-approved?withHeartbeat=true",
136136
self.validator_url
137137
))
138138
.send()

0 commit comments

Comments
 (0)