Skip to content

Commit a0e8b37

Browse files
authored
Merge pull request #5 from formidablejs/fix/discord-config
fix: add missing colon
2 parents cefe956 + e5f53be commit a0e8b37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

formidable/config.imba

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export default {
6969
level: env('LOG_LEVEL', 'critical')
7070
}
7171

72-
discord {
72+
discord: {
7373
driver: 'discord'
7474
url: env('LOG_DISCORD_WEBHOOK_URL')
7575
username: 'Formidable Log'

0 commit comments

Comments
 (0)