Skip to content

Commit

Permalink
fix eslint
Browse files Browse the repository at this point in the history
Signed-off-by: Bugen Zhao <[email protected]>
  • Loading branch information
BugenZhao committed Mar 14, 2024
1 parent 5790364 commit 32ed948
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dashboard/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const nextConfig = {
// We have a separate step for running ESLint in CI.
// Ignore to skip the development dependency on `eslint` for production builds.
ignoreDuringBuilds: true,
}
},
}

module.exports = nextConfig
2 changes: 1 addition & 1 deletion dashboard/pages/fragment_graph.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ export default function Streaming() {
clearInterval(interval)
}
}
}, [backPressureDataSource])
}, [backPressureDataSource, toast])

const backPressures = useMemo(() => {
if (promethusMetrics || embeddedBackPressureInfo) {
Expand Down

0 comments on commit 32ed948

Please sign in to comment.