mirror of
https://github.com/microsoft/TypeScript-Node-Starter.git
synced 2025-11-08 20:27:37 +00:00
refactor: remove unused imports
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
import winston from "winston";
|
||||
import { Logger } from "winston";
|
||||
import { ENVIRONMENT } from "./secrets";
|
||||
|
||||
const logger = new (Logger)({
|
||||
transports: [
|
||||
|
||||
Reference in New Issue
Block a user