Skip to content

Commit

Permalink
remove fail
Browse files Browse the repository at this point in the history
  • Loading branch information
davelange committed Oct 3, 2024
1 parent 21da6ac commit 4a529a2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ dotenv.config({
const app = express()
const PORT = process.env.PORT || 3000

let a = 1

const start = async (): Promise<void> => {
await payload.init({
secret: process.env.PAYLOAD_SECRET || '',
Expand Down

0 comments on commit 4a529a2

Please sign in to comment.