jonbirge / logpager

Visual web interface for linux security log analysis, forensics and threat blacklisting
https://nyc.birgefuller.com/logpager/
MIT License
2 stars 0 forks source link

Refactor async table update function #266

Closed jonbirge closed 1 month ago

jonbirge commented 1 month ago

We don't need to string together fetch commands. We can just use await inside an async function to handle this in a much better way.