Skip to content

Commit fb6b585

Browse files
committed
upgrade pri and fix lint
1 parent 36fb96d commit fb6b585

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ sqlGroups.forEach(sqlGroup => {
2525
const sqlContent = fs.readFileSync(path.join(__dirname, './sqls', sqlGroup, eachSqlName)).toString();
2626
const sqlDetail = {
2727
name: eachSqlName,
28-
content: sqlContent
28+
content: sqlContent,
2929
};
3030
sqlTest.childs.push(sqlDetail);
3131
});

0 commit comments

Comments
 (0)