eu.astrogd.white-leopard/src/data/dataSource.migration.ts
Lukas | AstroGD d5b75b12c8
Fix db race condition
- Fixed a bug where the bot would crash if the db connection took too long
- Updated packages to latest version
- Bumped version to 1.1.1
2023-09-16 11:12:43 +02:00

3 lines
66 B
TypeScript

import dataSource from "./dataSource";
export default dataSource;