🌳
pt0/serverF/dbF/betLogDbFormattersAI.mts
4 const {host, port} = arg?.client?.connectionSettings || {}
5 if (host) return '(knexdb)' + host + `:${port}`
6 return betLogNotFormatted
7})