chore: lint

This commit is contained in:
karishmas6
2024-09-24 18:00:38 +05:30
parent f671014444
commit 6c06cbf1d3

View File

@@ -30,7 +30,7 @@ export const syncDB = async () => {
} catch (error) { } catch (error) {
console.error('Failed to sync database:', error); console.error('Failed to sync database:', error);
} }
}; };
export default sequelize; export default sequelize;