Skip to content

Commit dfae28c

Browse files
twilson63twilson63
authored andcommitted
fix: applied live updates fix for hyper-aos
1 parent 7fbf0cd commit dfae28c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/mainnet.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ export async function liveMainnet(id, watch) {
214214
try {
215215
isJobRunning = true;
216216
// Get the current slot
217-
const currentSlotPath = `/${id}/slot/current/body` // LIVE PARAMS
217+
const currentSlotPath = `/${id}/slot/current` // LIVE PARAMS
218218
const currentSlotParams = {
219219
path: currentSlotPath,
220220
method: 'GET'

0 commit comments

Comments
 (0)