Skip to content

Commit 6765a08

Browse files
committed
missing semi
1 parent ff0a689 commit 6765a08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
const Koa = require('koa');
3-
const cache = require('koa-redis-cache')
3+
const cache = require('koa-redis-cache');
44
const compress = require('koa-compress');
55
const Logger = require('koa-logger');
66
const Cors = require('@koa/cors');

0 commit comments

Comments
 (0)