Skip to content

Commit

Permalink
Formattage
Browse files Browse the repository at this point in the history
  • Loading branch information
julienmalard committed Mar 2, 2025
1 parent 5ebc180 commit 47b9063
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/sfip/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,7 @@ export const obtConfigLibp2pPlateforme = async ({
} else if (isElectronMain) {
configPlateforme = await obtOptionsLibp2pÉlectionPrincipal();
} else if (isNode) {
configPlateforme =
await obtOptionsLibp2pNode();
// { dossier }
configPlateforme = await obtOptionsLibp2pNode();
} else {
console.warn(
"Plateforme non reconnue. On utilisera la configuration navigateur.",
Expand Down

0 comments on commit 47b9063

Please sign in to comment.