Skip to content

Commit

Permalink
Merge pull request #309 from boostcampwm2023/server/fix/293
Browse files Browse the repository at this point in the history
@types/crypto-js 모듈 추가
  • Loading branch information
sk000801 authored Dec 7, 2023
2 parents 64ab5cf + 45e92a7 commit c19ee8e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions server/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
"@nestjs/cli": "^10.0.0",
"@nestjs/schematics": "^10.0.0",
"@nestjs/testing": "^10.0.0",
"@types/crypto-js": "^4.2.1",
"@types/express": "^4.17.17",
"@types/jest": "^29.5.2",
"@types/node": "^20.3.1",
Expand Down
2 changes: 1 addition & 1 deletion server/src/config/ncloud.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Injectable } from '@nestjs/common';
import { ConfigService } from '@nestjs/config';
import * as AWS from 'aws-sdk';
import * as CryptoJS from 'crypto-js';
import CryptoJS from 'crypto-js';
import { getTimeStamp } from 'src/constants';

@Injectable()
Expand Down

0 comments on commit c19ee8e

Please sign in to comment.