Skip to content

Commit eb884e7

Browse files
committed
real global chat fix :)
1 parent f964ae8 commit eb884e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config/constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const crypto = require("crypto");
22

3-
const TOPIC_NAME = process.env.TOPIC_NAME || "hypermind-lklynet-v2";
3+
const TOPIC_NAME = process.env.TOPIC_NAME || "hypermind-lklynet-v1";
44
const TOPIC = crypto.createHash("sha256").update(TOPIC_NAME).digest();
55

66
/**

0 commit comments

Comments
 (0)