Skip to content
Snippets Groups Projects
Commit d80f45ea authored by Lee WooChang's avatar Lee WooChang
Browse files

Merge branch 'fix/missing-eslint' into 'main'

lint 오류 수정

See merge request !23
parents 63bbb028 32ee46c4
No related branches found
No related tags found
1 merge request!23lint 오류 수정
Pipeline #10882 passed
...@@ -92,7 +92,7 @@ const myRepository = { ...@@ -92,7 +92,7 @@ const myRepository = {
const { rowCount } = await pool.query(query, values); const { rowCount } = await pool.query(query, values);
return rowCount > 0; return rowCount > 0;
} },
}; };
export default myRepository; export default myRepository;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment