Skip to content

Commit

Permalink
Attempt to gather more data
Browse files Browse the repository at this point in the history
  • Loading branch information
rmunn committed May 9, 2024
1 parent 593dcb8 commit 3f827e7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@
try {
const url = `/api/project/finishResetProject/${code}`;
const resetResponse = await fetch(url, { method: 'post' });
console.log(new Date(), resetResponse.ok ? 'finishResetProject succeeded' : 'finishResetProject failed')
//we should do the reset via a mutation, but this is easier for now
//we need to refresh the status, because the project is no longer being reset
await _refreshProjectRepoInfo(code);
Expand Down

0 comments on commit 3f827e7

Please sign in to comment.