Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Pramit Dutta committed Jan 18, 2024
1 parent e28a12a commit afde4a2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/utils/fatch_json_report.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ export function getEnvPathStatus(besName: string): Promise<boolean> {
.on("error",(error:any) => {
reject(false);
});
reject(false);
});
});
}

0 comments on commit afde4a2

Please sign in to comment.