Skip to content

Commit

Permalink
fix: Add removed import statement from utils and include .history in …
Browse files Browse the repository at this point in the history
….gitignore
  • Loading branch information
Kajlid committed Jun 27, 2024
1 parent a4213a3 commit 9db73ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ node_modules/
dist/
.env
dev
.history/
2 changes: 1 addition & 1 deletion src/shared/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import {
FastifyInstance
} from 'fastify';
import { addSSMUrlParametersToUrl } from './aws.utils';

import { URLSearchParams } from 'url';
import dotenv from 'dotenv';
import { Readable } from 'stream';
import NodeCache from 'node-cache';
Expand Down

0 comments on commit 9db73ad

Please sign in to comment.