Skip to content

Commit

Permalink
fix: 매도 버그 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
SeongHyeon0409 committed Nov 26, 2024
1 parent bc97a8f commit 8d391be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CICD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- main
- dev
- dev-be
- hotfix-be-#37
- hotfix-be-#114
jobs:
build_and_deploy:
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions packages/server/src/asset/asset.repository.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export class AssetRepository extends Repository<Asset> {
.update(Asset)
.set({
quantity: asset.quantity,
availableQuantity: asset.availableQuantity,
price: asset.price,
})
.where('assetId = :assetId', { assetId: asset.assetId })
Expand Down

0 comments on commit 8d391be

Please sign in to comment.