Skip to content

Commit

Permalink
Remove unused value
Browse files Browse the repository at this point in the history
  • Loading branch information
samchuk-vlad committed Jan 19, 2024
1 parent ee7c62e commit f0d07de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import express from 'express'
import cors from 'cors'
import timeout from 'connect-timeout'
import { reqTimeoutSecs, port, allowedOrigins } from './constant/env'
import { reqTimeoutSecs, port } from './constant/env'
import { newLogger } from '@subsocial/utils'

import { createRoutes } from './routes'
Expand Down

0 comments on commit f0d07de

Please sign in to comment.