Merge remote-tracking branch 'test/dev'

This commit is contained in:
Flummi 2022-04-23 20:52:46 +02:00
commit d1f0552619

View File

@ -126,7 +126,4 @@ import flummpress from "flummpress";
app.listen(cfg.websrv.port);
db.subscribe('*:items', (row, { command, old }) => {
console.log(command, row, old);
});
})();