Skip to content

Commit

Permalink
fix: lint errors, prittier
Browse files Browse the repository at this point in the history
  • Loading branch information
almog8k committed Jul 16, 2024
1 parent c35a2ff commit 66ee5c1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ jobs:
pull_request:
uses: MapColonies/shared-workflows/.github/workflows/pull_request.yaml@v1
secrets: inherit


2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"typescript.tsdk": "node_modules/typescript/lib",
"files.eol": "\n"
}
}
2 changes: 1 addition & 1 deletion src/serverBuilder.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import express, { Router } from 'express';
import express from 'express';
import bodyParser from 'body-parser';
import compression from 'compression';
import { getErrorHandlerMiddleware } from '@map-colonies/error-express-handler';
Expand Down

0 comments on commit 66ee5c1

Please sign in to comment.