Skip to content

Commit d5691a2

Browse files
authored
Add missing trailing semicolon
1 parent f73795a commit d5691a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/js/bootstrap.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ if (token) {
4343
* allows your team to easily build robust real-time web applications.
4444
*/
4545

46-
// import Echo from 'laravel-echo'
46+
// import Echo from 'laravel-echo';
4747

4848
// window.Pusher = require('pusher-js');
4949

0 commit comments

Comments
 (0)