Skip to content

Commit a76b977

Browse files
committed
Update live-view.js
1 parent 9f20a8f commit a76b977

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

live-view/live-view.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -830,6 +830,7 @@ async function handleLiveViewRequest(requestPath) {
830830
const liveFileDir = [fileUser, fileRepo, fileContents];
831831

832832
let respContent;
833+
let respObj;
833834

834835

835836

@@ -855,8 +856,6 @@ async function handleLiveViewRequest(requestPath) {
855856

856857
} else {
857858

858-
let respObj;
859-
860859
// get repo obj from local storage
861860
const repoObj = modifiedRepos[fileUser + '/' + fileRepo.split(':')[0]];
862861

0 commit comments

Comments
 (0)