Skip to content

Commit b8cfc42

Browse files
authored
Update Rotur.js
1 parent 2f94082 commit b8cfc42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

featured/Rotur.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1633,7 +1633,7 @@ class RoturExtension {
16331633
}
16341634

16351635
RAWgetFirstPacket() {
1636-
return JSON.stringify(this.packetQueue[0] || "{}");
1636+
return JSON.stringify(this.packetQueue[0] || {});
16371637
}
16381638

16391639
RAWdeleteFirstPacket() {

0 commit comments

Comments
 (0)