Skip to content

Commit d0ddf6e

Browse files
author
Robert Jackson
committed
Fix missing comma.
derp
1 parent 6afeddc commit d0ddf6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fastboot-app-server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class FastBootAppServer {
3030
ui: this.ui,
3131
distPath: this.distPath || process.env.FASTBOOT_DIST_PATH,
3232
cache: this.cache,
33-
gzip: this.gzip
33+
gzip: this.gzip,
3434
httpServer: this.httpServer,
3535
});
3636

0 commit comments

Comments
 (0)