Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjayprabhu committed Dec 7, 2024
1 parent 7e7e9d9 commit bc42e5f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ jobs:
strategy:
matrix:
include:
- node_version: 20
runs_on: 'warp-ubuntu-latest-x64-16x'
- node_version: 22.4.1 # HACK: There's an issue with node 22.7.0
runs_on: 'warp-ubuntu-latest-arm64-16x' # Only works on ARM for now
- node_version: 22.4.1 # HACK: There's an issue with node 22.7.0
Expand Down
1 change: 0 additions & 1 deletion apps/hubble/src/rpc/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -761,7 +761,6 @@ export default class Server {
// Don't wait for this to finish, just return the messages we have.
this.syncEngine?.revokeSyncIds(corruptedSyncIds ?? []);

// biome-ignore lint/style/noParameterAssign: legacy code, avoid using ignore for new code
messages = messages.filter((message) => message.data !== undefined && message.hash.length > 0);
}

Expand Down

0 comments on commit bc42e5f

Please sign in to comment.