We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f20a8f commit a76b977Copy full SHA for a76b977
1 file changed
live-view/live-view.js
@@ -830,6 +830,7 @@ async function handleLiveViewRequest(requestPath) {
830
const liveFileDir = [fileUser, fileRepo, fileContents];
831
832
let respContent;
833
+ let respObj;
834
835
836
@@ -855,8 +856,6 @@ async function handleLiveViewRequest(requestPath) {
855
856
857
} else {
858
- let respObj;
859
-
860
// get repo obj from local storage
861
const repoObj = modifiedRepos[fileUser + '/' + fileRepo.split(':')[0]];
862
0 commit comments