Skip to content

Commit

Permalink
Plus précis
Browse files Browse the repository at this point in the history
  • Loading branch information
julienmalard committed Jan 9, 2025
1 parent fb97ca6 commit 5dfa2f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/relai.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export const créerNœud = async () => {

const domaine = process.env.DOMAINE;

// eslint-disable-next-line
// eslint-disable-next-line @typescript-eslint/no-explicit-any
const peerDiscovery: ((components: any) => PeerDiscovery)[] = [
pubsubPeerDiscovery({
interval: 1000,
Expand Down

0 comments on commit 5dfa2f9

Please sign in to comment.