Skip to content

Commit 817b1df

Browse files
committed
fix: remove ts ignore
1 parent 22fd1e0 commit 817b1df

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/app.ts

-2
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,7 @@ app.set('views', path.join(`${__dirname}/../`, 'views'))
2323
app.set('view engine', 'pug')
2424

2525
app.use(helmet())
26-
// @ts-ignore
2726
app.use(cors())
28-
// @ts-ignore
2927
app.use(logger('combined', { stream: winstonStream }))
3028
app.use(bodyParser.json())
3129
app.use(bodyParser.urlencoded({ extended: false }))

0 commit comments

Comments
 (0)