Skip to content

Commit f82aa02

Browse files
committed
Substring
1 parent cef8582 commit f82aa02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/beam.cjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ const beam_event = (beam, chat, key) => {
133133
if (str === "Ping") return
134134
if (check_data_message(str, addr)) return
135135
let hash = str.substring(0,64)
136-
decrpyt_beam_message(str.substring(64), msgKey)
136+
decrpyt_beam_message(str.substring(65), msgKey)
137137
})
138138

139139
beam.on('end', () => {

0 commit comments

Comments
 (0)