Skip to content

Commit

Permalink
style(DryMongoBinary): remove todo comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hasezoey committed May 8, 2023
1 parent d4e4d63 commit 08353b4
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,6 @@ export class DryMongoBinary {
* @returns System Binary path or undefined
*/
static async getSystemPath(systemBinary: string): Promise<string | undefined> {
// REFACTOR: change this function to always return "string"
log('getSystempath');
try {
await checkBinaryPermissions(systemBinary);
Expand Down

0 comments on commit 08353b4

Please sign in to comment.