Skip to content

Commit 6adbee6

Browse files
committed
Update live-view.js
1 parent 025a5e6 commit 6adbee6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

live-view/live-view.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -815,7 +815,7 @@ async function handleLiveViewRequest(requestPath) {
815815
let respObj;
816816

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

820820

821821
// if not logged in

0 commit comments

Comments
 (0)