Missed a spot

This commit is contained in:
Eric Bailey
2025-06-09 14:27:52 -05:00
parent ff61c99a6b
commit 007f1171c7
+1 -1
View File
@@ -98,7 +98,7 @@ export function getTraversalMetadata({
skippedIndentIndices: new Set<number>(),
}
if (__DEV__) {
if (isDevMode()) {
// @ts-ignore dev only for debugging
metadata.postData.text = getPostRecord(item.value.post).text
}