Skip to content

Commit

Permalink
Merge pull request #151 from codeitcodes/dev
Browse files Browse the repository at this point in the history
Update live-view.js
  • Loading branch information
benhatsor authored Apr 22, 2022
2 parents b05eda0 + 9f20a8f commit 2467796
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions live-view/live-view.js
Original file line number Diff line number Diff line change
Expand Up @@ -943,14 +943,14 @@ async function handleLiveViewRequest(requestPath) {

}


// return response data
return {
fileContent: respObj,
respStatus: 200
};

}


// return response data
return {
fileContent: respObj,
respStatus: 200
};

}

Expand Down

0 comments on commit 2467796

Please sign in to comment.