No double check

5545a425eacc83cea40281d742f0e2567f73e434

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +1 -1Ignore whitespace
public/script.js+1 -1
@@ -6120,7 +6120,7 @@ export function syncMesToSwipe(messageId = null) {
61206120 }
61216121
61226122 const targetSwipeInfo = targetMessage.swipe_info[targetMessage.swipe_id];
61236123 if (!targetSwipeInfo || typeof targetSwipeInfo !== 'object') {
61246124 return false;
61256125 }
61266126