Skip to content

Commit 189e271

Browse files
committed
refactor: remove trailing comma
1 parent 7037525 commit 189e271

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/configLoader.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export async function loadConfig(
4949
defaults: {
5050
maintenance: false,
5151
dirs: {
52-
commands: 'src/commands',
52+
commands: 'src/commands'
5353
},
5454
maintainers: []
5555
}

0 commit comments

Comments
 (0)