Skip to content

Commit c0177c9

Browse files
authored
chore: format js (#4288)
1 parent 0116ecd commit c0177c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/pusher/js/src/forum/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ app.initializers.add('flarum-pusher', () => {
2828
},
2929
},
3030
httpHost: app.forum.attribute('pusherHostname'),
31-
wsHost: app.forum.attribute('pusherHostname')
31+
wsHost: app.forum.attribute('pusherHostname'),
3232
});
3333

3434
return {

0 commit comments

Comments
 (0)