Skip to content

Commit 89e4bd1

Browse files
authored
Merge pull request #229 from BEMINE-UMC/develop
Develop
2 parents c3ef76f + fd44505 commit 89e4bd1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/services/post.service.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ export const deletePost = async (userId, postId) => {
220220
export const createOrUpdatePost = async (postData) => {
221221
const conn = await pool.getConnection();
222222
try {
223-
await conn.beginTransaction
223+
await conn.beginTransaction();
224224

225225
// 1. 본문에서 이미지 URL 추출
226226
let newImage = null;

0 commit comments

Comments
 (0)