Skip to content

Commit

Permalink
Merge pull request #152 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 2467796 + c77a139 commit 8367b95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions live-view/live-view.js
Original file line number Diff line number Diff line change
Expand Up @@ -830,6 +830,7 @@ async function handleLiveViewRequest(requestPath) {
const liveFileDir = [fileUser, fileRepo, fileContents];

let respContent;
let respObj;



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

} else {

let respObj;

// get repo obj from local storage
const repoObj = modifiedRepos[fileUser + '/' + fileRepo.split(':')[0]];

Expand Down
2 changes: 1 addition & 1 deletion worker/client-channel.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@


// update worker name when updating worker
const WORKER_NAME = 'codeit-worker-v504';
const WORKER_NAME = 'codeit-worker-v505';


// internal paths
Expand Down

0 comments on commit 8367b95

Please sign in to comment.