Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
Yinan Bao authored and Yinan Bao committed Sep 14, 2024
1 parent e93c38a commit de3c060
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 41 deletions.
39 changes: 0 additions & 39 deletions .github/workflows/clientProdDeploy

This file was deleted.

1 change: 0 additions & 1 deletion .github/workflows/pullRequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,3 @@ jobs:
- run: npm run lint
- run: npm run shared
- run: npm run tsc
- run: npm run test
2 changes: 1 addition & 1 deletion server/services/crudTraders.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ import * as traderHoldingModel from 'models/traderHolding'
import * as traderLogic from 'logics/trader'
import * as traderModel from 'models/trader'
import * as traderPatternModel from 'models/traderPattern'
import * as helpers from '@shared/helpers'
import buildComboEntities from './shared/buildComboEntities'
import buildHoldingValueStats from './shared/buildHoldingValueStats'
import * as helpers from '@shared/helpers'

export const getTraderProfile = async (
id: number, accessCode: string,
Expand Down

0 comments on commit de3c060

Please sign in to comment.