Make small code style improvements

This commit is contained in:
nimbleghost
2023-05-24 20:47:19 +02:00
parent d178be7576
commit da17e4ee8a
3 changed files with 4 additions and 16 deletions

View File

@@ -61,9 +61,7 @@ class ConnectionManager {
const { connectionId } = subscription;
const added = !this.connections.get(connectionId);
if (added) {
const { baseUrl } = subscription;
const { topic } = subscription;
const { user } = subscription;
const { baseUrl, topic, user } = subscription;
const since = subscription.last;
const connection = new Connection(
connectionId,