make linter happy

This commit is contained in:
hatim boufnichel 2021-06-24 19:07:33 +02:00
parent 1f82f3b689
commit b20f440f0d

View file

@ -420,7 +420,7 @@ const server = program => {
relayClient.default(opts, async (connected, params) => { relayClient.default(opts, async (connected, params) => {
if (connected) { if (connected) {
const noProtocolAddress = params.address.replace( const noProtocolAddress = params.address.replace(
/^http(s)?:\/\//gi, // eslint-disable-line /^http(?<secure>s)?:\/\//giu,
'' ''
) )
await Promise.all([ await Promise.all([