Skip to content

Commit

Permalink
very little change
Browse files Browse the repository at this point in the history
  • Loading branch information
yaad96 committed Mar 3, 2024
1 parent 5ab86bf commit b8edcb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ export function activate(context: vscode.ExtensionContext) {

const doiData = {
recentVisitedFiles:doiProcessing.getVisitedFiles(),
recentElements:doiProcessing.getVisitedElements()
recentVisitedElements:doiProcessing.getVisitedElements()
};

ws.send(JSON.stringify({
Expand Down

0 comments on commit b8edcb3

Please sign in to comment.