Skip to content

Commit 8dae7bd

Browse files
authored
Fix lint (GoogleChrome#105)
1 parent c908de0 commit 8dae7bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616

1717
const express = require('express');
18-
const compression = require('compression')
18+
const compression = require('compression');
1919

2020
const app = express();
2121

0 commit comments

Comments
 (0)