Skip to content

Commit

Permalink
fix: typescript compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
Trickfilm400 committed Jun 21, 2023
1 parent 016829a commit 0858ee7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dataHandler/database.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ class Database extends DataReceiver<DataPackage> {
} else reject('<MySQL> There is no MySQL connection to end...');
});
}
return Promise.resolve();
}
}

Expand Down

0 comments on commit 0858ee7

Please sign in to comment.