Skip to content

Commit

Permalink
fix(store-indexer): remove duplicate middleware
Browse files Browse the repository at this point in the history
  • Loading branch information
holic committed Jan 19, 2024
1 parent eaa766e commit 3e4b211
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/store-indexer/bin/postgres-decoded-indexer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ if (env.HEALTHCHECK_HOST != null || env.HEALTHCHECK_PORT != null) {
server.use(sentry(env.SENTRY_DSN));
}

server.use(cors());
server.use(cors());
server.use(
healthcheck({
Expand Down

0 comments on commit 3e4b211

Please sign in to comment.