Skip to content

Commit

Permalink
added new command for "Edit Fix" action for Sahar's inspection
Browse files Browse the repository at this point in the history
  • Loading branch information
yaad96 committed Jul 29, 2024
1 parent 8dfe773 commit cd14648
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/FollowAndAuthorRulesProcessor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ export class FollowAndAuthorRulesProcessor {
switch (command) {

case WebSocketConstants.RECEIVE_EDIT_FIX:
console.log("ASDASDASD");
console.log(jsonData);
//console.log("ASDASDASDasdadad22222");
//console.log(jsonData);
const filePathOfSuggestedFix = jsonData.data.filePathOfSuggestedFix;

findFileAndReadContent(filePathOfSuggestedFix)
Expand Down

0 comments on commit cd14648

Please sign in to comment.