1
0
Fork 0
mirror of synced 2024-10-03 10:36:59 +13:00

Fix lint.

This commit is contained in:
Sam Rose 2024-04-03 11:20:43 +01:00
parent dbccfd115b
commit 3dff4bf334
No known key found for this signature in database

View file

@ -1,4 +1,3 @@
import { DatabaseImpl } from "../../../src/db"
import { execSync } from "child_process"
const IPV4_PORT_REGEX = new RegExp(`0\\.0\\.0\\.0:(\\d+)->(\\d+)/tcp`, "g")