Skip to content

Commit b7015bc

Browse files
committed
Fix sections.join export
1 parent bf48adb commit b7015bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/sections.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ function join(sections) {
3838

3939
module.exports = {
4040
split: split,
41-
join: split,
41+
join: join,
4242
};

0 commit comments

Comments
 (0)