Skip to content

fix: data api's get one throw error when get empty data and transform http error #28

fix: data api's get one throw error when get empty data and transform http error

fix: data api's get one throw error when get empty data and transform http error #28

Workflow file for this run

name: "CI Check"
on:
pull_request:
branches: ["main"]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- run: yarn
- run: yarn lint
- run: yarn test
- run: yarn build