mirror of
https://github.com/outline/outline.git
synced 2026-06-28 18:54:24 +03:00
6 lines
122 B
JavaScript
6 lines
122 B
JavaScript
import { sequelize } from "@server/storage/database";
|
|
|
|
module.exports = async function () {
|
|
await sequelize.close();
|
|
};
|