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 928a3c7 commit f01f643
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion apps/hubble/src/profile/gossipProfileWorker.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 f01f643

Please sign in to comment.