Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
albho committed Feb 7, 2024
1 parent b9b20e8 commit d5ca9a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/web-perf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
node-version: [ lts/* ]
include:
- node-version: lts/*
init_performance_threshold_sec: 3.5
proc_performance_threshold_sec: 5
init_performance_threshold_sec: 5
proc_performance_threshold_sec: 30

steps:
- uses: actions/checkout@v3
Expand Down
1 change: 1 addition & 0 deletions binding/web/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
import { PvModel } from '@picovoice/web-utils';
import { OrcaError } from './orca_errors';

// eslint-disable-next-line no-shadow
export enum PvStatus {
SUCCESS = 10000,
OUT_OF_MEMORY,
Expand Down

0 comments on commit d5ca9a7

Please sign in to comment.