1
0

♻️ Extract pubSubClient and actions into directories

This commit is contained in:
2021-12-26 01:18:46 +01:00
parent 93ef43ef12
commit 627c03642a
4 changed files with 143 additions and 139 deletions

View File

@@ -1,6 +1,6 @@
import { connect } from "./chatClient";
import { listen } from "./helpers/webServer";
import { registerUserListener } from "./helpers/pubSubClient";
import { registerUserListener } from "./pubSubClient";
const channel = "alexbcberio";