From c4ac635cb8172689ddbfb8b2c6b926e1c1b9cbbf Mon Sep 17 00:00:00 2001 From: Pin Lin Date: Sat, 4 Apr 2020 04:18:12 +0800 Subject: [PATCH] Use single quotes --- src/app.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.ts b/src/app.ts index fd947b8..5d76bd6 100644 --- a/src/app.ts +++ b/src/app.ts @@ -1,5 +1,5 @@ import express from 'express'; -import morgan from "morgan"; +import morgan from 'morgan'; import { getLocationOfTarget } from './app.service'; const port = Number(process.env.PORT) || 3000;