Skip to content

Commit

Permalink
fix: Ensure repo configuration is persisted to disk
Browse files Browse the repository at this point in the history
  • Loading branch information
Vasco-jofra committed Dec 4, 2024
1 parent 6a66dcf commit a6a9189
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/codeMarker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1047,6 +1047,9 @@ class WARoot {
this.clientRemote = clientRemote;
this.gitRemote = auditRemote;
this.gitSha = gitSha;

// persist the data
this.updateSavedData(this.username);
}
}

Expand Down

0 comments on commit a6a9189

Please sign in to comment.