refactor(state.ts): extract logic to get threshold session index into a separate function for reusability and clarity

This commit is contained in:
Sped0n
2023-11-04 19:36:19 +08:00
parent 90aa1ad480
commit b9dc117fd8
3 changed files with 25 additions and 8 deletions

View File

@@ -65,6 +65,9 @@ jobs:
- name: Install dependencies
run: pnpm install
- name: ESlint
run: pnpm run lint
- name: Build
run: |
pnpm run build